UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

10 lines (9 loc) 238 B
<!DOCTYPE html> <html> <head> <title>Welcome Page</title> </head> <body style="margin: 10px; padding: 0px;"> <iframe name="ifr" src="element_in_frame.html" width="500" height="400" style="border: 5px solid;"></iframe> </body> </html>