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

12 lines
381 B
HTML

<html>
<head>
<title>Sub frame 3</title>
</head>
<body>
<h1>Sub frame 3</h1>
<h2>I have a child iframe</h2>
<iframe id="id-childframe" name="childframe" src="/test/guinea-pig2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="200" scrolling="no" width="300"></iframe>
</body>
</html>