Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/screen/screen_frames.html

11 lines
252 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<html>
<head>
<title>screen test</title>
</head>
<frameset border="0" frameborder="0" framespacing="0" cols="50%, *" rows="*">
<frame id="frame1" src="screen_frame1.html"/>
<frame id="frame2" src="screen_frame2.html"/>
</frameset>
</html>