Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
HEAD
/
.
/
javascript
/
webdriver
/
test
/
atoms
/
inject
/
single_iframe.html
blob: 4d7c620abba47294aa403c64b9c7e3a77697e7eb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
iframe 2
</title>
</head>
<body>
<iframe
id
=
"iframe1"
src
=
"click_iframe.html"
name
=
"iframename1"
></iframe>
</body>
</html>