每隔几分钟检查当前位置并单击链接按钮
我在拍卖网站上遇到过这种情况。 trada.net 有时他们会离线几个小时,当前位置如下: 离线位置,现在,它基本上禁用了我所有其他GM脚本,因为没有数据可以分析,而且是错误的位置。现在,我如何添加一个脚本来检查当前位置是否为“离线”位置,然后如果为真,请单击名为“Live Auctions”的网站上的按钮,其 xpath 为:.//*[@id='art-main']/div[1]/div[10]/div[2]/div/div[1]/ul/span[1]/li/a/span[ 3]
每 5 分钟一次,或任何时间范围。我要执行的时间范围部分,但找到链接或按钮仍然是一个问题,然后找到我当前的位置也是我的另一个障碍。
谢谢
Ive got this current situation with an auction site.
trada.net Somtimes they go offline for a few hours, with a current locatoin like: offline location, now, it basically disables all my other GM scripts, cause there is no data to analize, and it is the wrong location. Now, how do i ad a piece o script that will check if the current location is the "off line" location, and then if true, click an button on the site named "Live Auctions", with an xpath of : .//*[@id='art-main']/div[1]/div[10]/div[2]/div/div[1]/ul/span[1]/li/a/span[3]
every 5 minutes, or what ever time frame. The timeframe part i get to execute, but the finding of the link or button still stays a problem, and then also finding my current loaction is my other obstacle.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设脚本针对
http://www.trada.net/*
触发,类似这样的事情应该可以做到。 :请注意,您可能可以跳过
desiredPage
部分并仅使用:Something like this should do it, assuming the script fires for
http://www.trada.net/*
. :Note that you can probably just skip the
desiredPage
part and just use: