anahorn

Selenium WebDriver Ruby: Part 10 (Frames) 1

Jun 4th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.22 KB | None | 0 0
  1. <html>
  2.  
  3. <frameset cols="25%,50%,25%">
  4.  
  5.   <frame id="frame1" src="http://www.debian.org" />
  6.   <frame id="frame2" src="http://www.kernel.org" />
  7.   <frame id="frame3" src="http://www.ubuntu.com" />
  8.  
  9. </frameset>
  10.  
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment