"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/locators_tests/boolean_attribute_selected_html4.html" (17 Feb 2023, 315 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>Boolean Attribute Selected</title>
    4 </head>
    5 <body>
    6 <form method="get" action="#" name="myForm">
    7     <select name="myDropdown">
    8         <option value="one">One</option>
    9         <option selected value="two">Two</option>
   10         <option value="four">Four</option>
   11     </select>
   12 </body>
   13 </html>