anahorn

Selenium WebDriver Ruby: Part 8 (Tables) 1

Jun 4th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Testing with Ruby and Selenium WebDriver</title>
  4. </head>
  5.  
  6. <img src="images/freebsd_daemon.jpg">
  7. <h2>Version 1.0</h2><h1>Test Automation Training</h1><h3>Testing tables</h3>
  8. <table id="booktable" border="1">
  9. <tr>
  10. <td>fraise</td>
  11. <td>orange</td>
  12. </tr>
  13. <tr>
  14. <td>vin</td>
  15. <td>eau</td>
  16. </tr>
  17. </table>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment