[BUG] detected on fingerprint.com as a bot
Nobody has claimed this yet.
- 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
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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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