1 Star 0 Fork 0

SparkEye / SeleniumJK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test_wait.html 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
<!--2s后执行populate方法-->
function f() {
window.setTimeout("populate()", 2000);
}
function populate() {
document.f1.t1.value = "populated";
document.getElementById("id1").innerHTML = "<div id='id2'>id 2</div>"
}
</script>
<form name="f1">
<input type="text" , name="t1">
<input type="button" value="Click me" onclick="f()" id="btn">
<div id="id1">
</div>
</form>
</body>
</html>
Python
1
https://gitee.com/guoxiaoxing007/selenium-jk.git
git@gitee.com:guoxiaoxing007/selenium-jk.git
guoxiaoxing007
selenium-jk
SeleniumJK
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891