generated from rochacbruno/python-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed