UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

13 lines (12 loc) 381 B
<!DOCTYPE html> <html> <head> <title>Test page for WindowSwitchingTest.testShouldFocusOnTheTopMostFrameAfterSwitchingToAWindow</title> </head> <body> <p><a id="a-link-that-opens-a-new-window" target="newWindow" href="simple_page.html">Open new window</a></p> <div> <iframe name="myframe" src="simple_page.html" width="400" height="200"></iframe> </div> </body> </html>