UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

13 lines (12 loc) 253 B
<!DOCTYPE html> <html> <head> <title>Welcome Page</title> </head> <body> <div style="height: 5000px;">Placeholder</div> <div> <iframe name="frame" src="frame_with_small_height.html" width="800" height="200" ></iframe> </div> </body> </html>