UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

12 lines (11 loc) 328 B
<html> <head> <title>This page loads something slowly</title> </head> <body> <p id="peas">Simulate the situation where a web-bug or analytics script takes waaay too long to respond. Normally these things are loaded in an iframe, which is what we're doing here.</p> <img src="sleep?time=6"></img> </body> </html>