UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

10 lines (8 loc) 176 B
<!DOCTYPE html> <html> <head> <title>slowLoadingAlert</title> </head> <body onload="window.setTimeout(function() { window.alert('Look, an alert!'); }, 200);"> </body> </html>