Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot on https://deviceandbrowserinfo.com/are_you_a_bot #82

Open
lolyafedor opened this issue Jan 8, 2025 · 4 comments
Open

Bot on https://deviceandbrowserinfo.com/are_you_a_bot #82

lolyafedor opened this issue Jan 8, 2025 · 4 comments

Comments

@lolyafedor
Copy link

lolyafedor commented Jan 8, 2025

After two reloads of the botchecking page, system shows that you're a bot on https://deviceandbrowserinfo.com/are_you_a_bot.
Decided to open this issue cause on your website theres info that it wont detect bot (https://rebrowser.net/blog/how-to-fix-runtime-enable-cdp-detection-of-puppeteer-playwright-and-other-automation-libraries).

It will break after two reloads independently of what you've setted for REBROWSER_PATCHES_RUNTIME_FIX_MODE. Maybe im doing smth wrong (i'm new in this things, so i can)

image

Steps to Reproduce:

os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "alwaysIsolated" # you can define it or not it will break anyway
os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "enableDisable" # you can define it or not it will break anyway

async def start():
    async with async_playwright() as playwright:
        browser = await playwright.chromium.launch(headless=False, channel = 'chrome',
                                            args=[
        '--disable-blink-features=AutomationControlled',
        ])
        context =  await browser.new_context()
        page = await context.new_page()
        await page.goto('https://deviceandbrowserinfo.com/are_you_a_bot')

asyncio.run(start())

Environment:
Playwright Version: 1.49.1
ReBrowser Version: 1.49.1
OS: Windows 11
Python Version: 3.12.4

@OlegBabakov
Copy link

@lolyafedor any ideas on what they detect? Everything is false, but "you're bot"

@MaxLiebsch
Copy link

I get I'm a bot with regular browser using on my laptop.

@lolyafedor
Copy link
Author

@lolyafedor any ideas on what they detect? Everything is false, but "you're bot"

Not everything is false, hasinconsistentworkervalues is set to true

@jacketcheng
Copy link

The detection on this website is a joke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants