Replies: 1 comment
-
Just use the StealthyFetcher bro and make it wait for the login form to show up as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`from scrapling.defaults import Fetcher, StealthyFetcher, PlayWrightFetcher
page = PlayWrightFetcher.fetch(
"https://gitlab.com/users/sign_in",
disable_resources=True,
headless=False,
stealth=True,
)
print(page.html_content)`
How can I bypass Cloudflare?
Beta Was this translation helpful? Give feedback.
All reactions