hae-uitest
Version:
A UI Test Framework for Huawei HAE
17 lines (14 loc) • 586 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iframe</title>
</head>
<body>
<input type="button" value="按钮1" id="bt1" onclick="this.value='已点击'" ></input>
<br />
<iframe src="iframe-inside" width="500" height="100" frameborder="2" ></iframe>
<br />
<input type="button" value="按钮3" id="bt3" onclick="this.value='已点击'" ></input>
</body>
</html>