anahorn

Selenium WebDriver Ruby: Part 5 (Checkboxes) 1

Jun 4th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Testing with Ruby and Selenium WebDriver</title>
  4. </head>
  5.  
  6. <body bgcolor="cadetblue">
  7.  
  8. <img src="images/freebsd_daemon.jpg">
  9. <h2>Version 1.0</h2><br>
  10. <h1>Test Automation Training</h1><h3>Testing Web Applications with Ruby and Selenium WebDriver</h3>
  11. <form action="page1" method="post">
  12.     <p><Input type="checkbox" name="checkthebox"></p>    <p><Input type="submit" value="submit"></p></form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment