需要一个 Jquery 来随机点击框架中的链接
我有一个框架,我正在访问其中的一些网站。我希望 jquery 随机单击框架中的链接。是否可以?如果是的话有人可以指导我如何吗?
我正在考虑获取一个元素并随机触发点击功能。我不确定这是否可行,我希望有一种优雅的方式来做到这一点。
如果有人能帮助我解决这个问题,我会很高兴。
提前感谢您的帮助。
I have a frame and I am visiting some websites in them. I would like jquery to randomly click links in the frame. Is it possible? If it is could anyone guide me how?
I am thinking to get a elements and randomly trigger click function. I am not sure if that would work and I would like to have elegant way to do it.
I will be glad if anyone could help me out with this problem.
Thank you for your help in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果来自其他域的帧比没有。
对于来自同一域的框架,您可以使用 contentDocument 对象并搜索其中的链接
If frames from other domains than no.
For frames from same domain you can use contentDocument object and search for links in it