projecte_ionic/node_modules/selenium-webdriver/lib/test/data/closeable_window.html
2022-02-09 18:30:03 +01:00

8 lines
No EOL
213 B
HTML
Executable file

<html>
<head>
<title>closeable window</title>
</head>
<body>
This window can be closed by clicking on <a id="close" onclick="window.setTimeout(function() { window.close();}, 0);" href="#">this</a>.
</body>
</html>