"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/single_text_input.html" (17 Feb 2023, 169 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


The requested HTML page contains a <FORM> tag that is unusable on "Fossies" in "automatic" (rendered) mode so that page is shown as HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <html>
    2 <head>
    3     <title>BasicKeyboardInterfaceTest</title>
    4 </head>
    5 <body>
    6 <form action="#">
    7     <input type="text" id="textInput" autofocus/>
    8 </form>
    9 </body>
   10 </html>
   11 
   12