-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
循环下一页无法找到element #102
Comments
任务在纯净版内保存为 “Hire Freelancers & Find Freelance Jobs Online | Freelancer-part 1 - get url” |
请看issues置顶说明: |
算了,这次就帮你一下,以后这种问题请QQ群问其他朋友,你可以这样写XPath:
这个表达式表示:查找一个 你也可以直接通过
这个表达式表示:查找一个 在使用XPath时,要注意的是选择合适的属性以使定位尽可能精确,避免选中不需要的元素。 起码你可以Star一下这个项目哈哈。 |
啊。。不好意思,我没有注意到有这个qq群,我明天来加。以后类似的问题我在群里问。 |
好,不客气~ |
你好!我在爬https://www.freelancer.com/jobs/logo-design 这一页上的链接信息的时候,无法循环翻页,报错信息如下:
"Cannot find element://*[@id="pagination-390"]/li[6]/a[1], please try to set the wait time before executing this operation"
在点击下一页操作之前的循环已经设置了5秒等待时间。
我认为可能的原因(不一定对,还请大神指教):freelancer 网站上的翻页按钮一直是第6个按钮没错,但是pagination-390这个数字390似乎是动态的,每次重新打开页面后数字都不一样,请问这种情况应该如何设置?谢谢!
The text was updated successfully, but these errors were encountered: