mirror of
https://github.com/appium/appium.git
synced 2026-02-08 10:38:58 -06:00
11 lines
266 B
HTML
11 lines
266 B
HTML
<html>
|
|
<head>
|
|
<title>Frameset guinea pig</title>
|
|
</head>
|
|
<frameset cols="*, *, *">
|
|
<frame name="first" src="subframe1.html"/>
|
|
<frame name="second" src="subframe2.html"/>
|
|
<frame name="third" src="subframe3.html" id="frame3" />
|
|
</frameset>
|
|
</html>
|