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

12 lines
340 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Example page</title>
</head>
<body>
<p>This page contains a nested iframe. Execute some JS to locate a reference to an element in this
frame and return it. You should need to switch to that frame in order to use that element.</p>
<iframe src="simpleTest.html" name="inner"></iframe>
</body>
</html>