anahorn

Selenium WebDriver Ruby: Part 3 (Forms) 1

Jun 4th, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 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>
  10. Version 1.0</h2>
  11. <h1>
  12. Test Automation Training</h1><h3>
  13. Testing Web Applications with Ruby and Selenium WebDriver</h3><p>
  14. Enter something interesting in the text box and click a button!</p><form name="input" action="page1.html" method="post">
  15.  
  16.     <p>
  17. <input type="text" name="searchbox"></p><p>
  18. <input type="submit" name="submit" value="submit"></p></form></body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment