mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
13 lines
227 B
HTML
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>
|
|
|