Hi, I am checking ✔️ the library, and I found it strange, but without the sthelth, I got a page response. When I run with stealth, the page does not load, and I got an exception.
Take a look, for example pages behind cloudflare does not load.
Is working without the lib, and when I use the lib, it is not loading.
I am using exactly this
with sync_playwright() as p:
browser = p.chromium.launch(
headless=True,
)
page = browser.new_page()
stealth_sync(page)
page.goto("https://bot.sannysoft.com/")
page.screenshot(path=f"example_with_stealth.png", full_page=True)
browser.close()
Do the lib change the user agent from
HeadlessChrome/ to Chrome/
Hi, I am checking ✔️ the library, and I found it strange, but without the sthelth, I got a page response. When I run with stealth, the page does not load, and I got an exception.
Take a look, for example pages behind cloudflare does not load.
Is working without the lib, and when I use the lib, it is not loading.
I am using exactly this
Do the lib change the user agent from
HeadlessChrome/toChrome/