Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Testing with Ruby and Selenium WebDriver</title>
- </head>
- <img src="images/freebsd_daemon.jpg">
- <h2>Version 1.0</h2><h1>Test Automation Training</h1><h3>Testing select boxes</h3>
- <form action="page1" method="post">
- <select name="dropdown" multiple="multiple" size="2">
- <option value="1">Volvo</option>
- <option value="2">Saab</option>
- <option value="3">Mercedes</option>
- <option value="4">Audi</option>
- </select>
- <p><Input type="submit" value="submit"></p></form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment