Files
appium/lib/server/static/test/guinea-pig2.html
2013-10-17 10:30:11 -07:00

13 lines
227 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>I am another page title</title>
</head>
<body>
I am some other page content
<div id="i_am_an_id">I am another div</div>
<textarea id="only_on_page_2">lol</textarea>
</body>
</html>