Vinyzu / Vinyzu/Botright

[BUG] detected on fingerprint.com as a bot

Open
#127 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted
Dominant language
Python
Stars
1k
Forks
85
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the README's fingerprint.com claim and rerun the provided Python example against https://fingerprint.com/products/bot-detection/ on Windows 11. No source file or test is identified, and the reproduction steps are placeholders; done would mean determining why the browser is detected and making the example return not detected.

Written by the indexing model from the issue text.

Assessment

Tech stack
playwright, python
Domain
devtools, security
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.