Answered by
mdmintz
Jun 30, 2024
Replies: 4 comments 22 replies
|
I'm running this: from seleniumbase import SB
with SB(uc=True) as sb:
url = "https://www.yemeksepeti.com/city/istanbul/area/besiktas-etiler-mah"
sb.driver.uc_open_with_reconnect(url, 6)
sb.uc_gui_handle_cf()
sb.highlight('span[aria-label="yemeksepeti"]')
breakpoint()And seeing this:
|
1 reply
Answer selected by
mdmintz
|
Even this discussion is closed, I have encountered another problem with the same site, I can get bypass the CF however during crawling the links inside the site, it is randomly asking Google Recapatcha with "Select all vehicles goes on water, etc." How can I crawl inside undetected? The one suggestion about the audio clicking on Google Captcha does not work. Can you please help me? Any suggestions or anything that you can add to my code: |
15 replies
4 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





I'm running this:
And seeing this:
seleniumbaseversion:4.28.2urllib3version:2.2.2