-
Beta Was this translation helpful? Give feedback.
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:
|
Beta Was this translation helpful? Give feedback.
-
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:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I'm running this:
And seeing this:
seleniumbase
version:4.28.2
urllib3
version:2.2.2