UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

7 lines (6 loc) 121 B
<!DOCTYPE html> <html> <body onbeforeunload="alert('onunload')"> <p>Page with onunload event handler</p> </body> </html>