@appium/base-driver
Version:
Base driver class for Appium drivers
15 lines (14 loc) • 821 B
HTML
<html>
<head>
<title>Iframe guinea pig</title>
</head>
<body>
<h1>This is a page full o iframes!</h1>
<iframe id="id-iframe1" name="iframe1" src="/test/subframe1.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
<iframe id="id-iframe2" name="iframe2" src="/test/subframe2.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
<iframe id="id-iframe3" name="iframe3" src="/test/subframe3.html" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" allowtransparency="true"
frameborder="0" height="400" scrolling="no" width="320"></iframe>
</body>
</html>