Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在jQuery中:
$('a.theOne').click();
Selenium是一个服务器端测试工具,它模拟客户端的点击以进行测试。
此外,如果 jQuery 做到了,那么可以使用常规 javascript,但我不确定如何。浏览源代码应该会发现其中的秘密。
根据这篇文章,您只需要调用:
document.getElementById('theSubmitButton').click();
您可以获取链接 href 并通过window.location.assign()
window.location.assign()