Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/slowLoadingResourcePage.html

13 lines
329 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<html>
<head>
<title>This page loads something slowly</title>
</head>
<body>
<p id="peas">Simulate the situation where a web-bug or analytics script takes waaay
too long to respond. Normally these things are loaded in an iframe, which is
what we're doing here.</p>
<img src="sleep?time=7"></img>
</body>
</html>