UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
appium-base-driver
/
static
/
test
/
subframe1.html
10 lines
(9 loc)
•
185 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
title
>
Sub frame 1
</
title
>
</
head
>
<
body
>
<
h1
>
Sub frame 1
</
h1
>
<
a
href
=
"guinea-pig2.html"
target
=
"namedwindow"
>
Open a named window
</
a
>
</
body
>
</
html
>