selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
12 lines • 569 B
HTML
<html><head>
<title>Screen test</title>
</head>
<body>
<table><tr><td>
<iframe src="screen_frame1.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="0" height="500" scrolling="no" width="500" id="iframe1" name="iframe1-name"></iframe>
</td><td>
<iframe src="screen_frame2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true" frameborder="0" height="500" scrolling="no" width="500" id="iframe2" name="iframe2-name"></iframe>
</td></tr></table>
</body>
</html>