Skip to content

[BUG] detected on fingerprint.com as a bot #127

@nostorian

Description

@nostorian

Describe the bug
As we can see in the image that botright got detected by fingerprint.com
image

Code Sample
I used example code to test:

import asyncio

import botright


async def main():
    botright_client = await botright.Botright()
    browser = await botright_client.new_browser()
    page = await browser.new_page()

    # Continue by using the Page
    await page.goto("https://fingerprint.com/products/bot-detection/")

    while True:
        pass


if __name__ == "__main__":
    asyncio.run(main())

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
As per the readme fingerprint.com should have returned not detected

Desktop (please complete the following information):

  • OS: Windows
  • Version 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions