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

15 lines
329 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Welcome Page</title>
</head>
<body>
<div>
<iframe name="scrolling_child_frame" src="frameScrollParent.html" width="800" height="200"></iframe>
</div>
<div>
<iframe name="scrolling_frame" src="frameScrollChild.html" width="800" height="200" ></iframe>
</div>
</body>
</html>