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

10 lines
No EOL
176 B
HTML
Executable file

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