UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

11 lines 254 B
<html> <head> <title>Some test page</title> <meta http-equiv="refresh" content="0;URL=resultPage.html"/> </head> <body> <script type="text/javascript" language="javascript"><!-- location.replace("resultPage.html"); //--> </script> </body> </html>