projecte_ionic/node_modules/selenium-webdriver/lib/test/data/click_frames.html
2022-02-09 18:30:03 +01:00

10 lines
No EOL
227 B
HTML
Executable file

<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>