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
/
frameset.html
11 lines
(10 loc)
•
266 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
head
>
<
title
>
Frameset guinea pig
</
title
>
</
head
>
<
frameset
cols
=
"*, *, *"
>
<
frame
name
=
"first"
src
=
"subframe1.html"
/>
<
frame
name
=
"second"
src
=
"subframe2.html"
/>
<
frame
name
=
"third"
src
=
"subframe3.html"
id
=
"frame3"
/>
</
frameset
>
</
html
>