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
/
welcome.html
10 lines
(9 loc)
•
125 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Appium/welcome
</
title
>
</
head
>
<
body
>
<
h1
>
<%= message %>
</
h1
>
</
body
>
</
html
>