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
/
guinea-pig4.html
12 lines
(11 loc)
•
231 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Another Page: page 4
</
title
>
</
head
>
<
body
>
Page 4: I am some other page content
<
div
id
=
"i_am_an_id"
>
I am another div
</
div
>
<
textarea
id
=
"only_on_page_4"
>
lol
</
textarea
>
</
body
>
</
html
>