【发布时间】:2018-09-24 11:50:45
【问题描述】:
<h1>Welcome to My Page!</h1>
<h2>My name is Bob.</h2>
<h3>I hope you like it here.</h3>
<embed src="MY WEBSITE LINK" style="width:500px; height: 300px;">
<input type="checkbox" id="btd" onmouseover="myFunction()" onclick="alert('clicked')">
<script>
jQuery(function(){
jQuery('#btd').click();
});
</script>
我有密码。但没有工作。 http://www.imagebam.com/image/31ac1b820717083
如何从图像中自动单击按钮继续?
【问题讨论】:
-
不清楚你在问什么。您的 HTML 代码不包含按钮。目前尚不清楚这与图像中显示的代码有何关系。
标签: javascript html automation click