I can't pass as a human on this site #2235
fernandovs4
started this conversation in
General
Replies: 2 comments 4 replies
-
You have |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you very much for answering me. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everything is fine? I tried to access this site as I wanted to access it using automation. But still, with seleniumbase, he realized that I am not human.
my code was this:
from seleniumbase import Driver
driver = Driver(uc=True, headed=True, agent="desktop")
driver.get("https://login.globo.com/login/6668?url=https%3A%2F%2Fvalor.globo.com%2Fimpresso%2F20231101%2F")
driver.sleep(200)
driver.quit()
I'm doing something wrong?
I'm grateful for the answer!
Beta Was this translation helpful? Give feedback.
All reactions