anahorn

Selenium WebDriver Ruby: Part 4 (Images) 1

Jun 4th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Images</title>
  4. </head>
  5.  
  6. <body bgcolor="lightsteelblue">
  7.  
  8. <img src="images/freebsd_daemon.jpg">
  9. <h2>Version 1.0</h2><br>
  10. <h1>We are testing images...</h1><h3>Testing Web Applications with Ruby and Selenium WebDriver</h3>
  11. <img name="watergraphic" src="images/WaterFaucet.jpg" alt="Image of water faucet"/>
  12. <a href="page1.html"><img alt="Image Button" src="images/totoro.gif"/></a>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment