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

10 lines
227 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<html>
<head>
<title>click frames</title>
</head>
<frameset rows="*" border="1">
<frame src="clicks.html" name="source" scrolling="NO" noresize>
<frame src="xhtmlTest.html" name="target">
</frameset>
</frameset>
</html>