anahorn

Selenium WebDriver Ruby: Part 6 (Radio Buttons) 1

Jun 4th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Testing with Ruby and Selenium WebDriver</title>
  4. </head>
  5.  
  6. <body bgcolor="antiquewhite"">
  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>Option 1<Input type="radio" name="radiobutton1"></p>    <p>Option 2<Input type="radio" name="radiobutton2"></p>    <p>Option 3<Input type="radio" name="radiobutton3"></p>    <p><input type="submit" value="submit"></p></form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment