UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

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