You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
importasyncioimportbotrightasyncdefmain():
botright_client=awaitbotright.Botright()
browser=awaitbotright_client.new_browser()
page=awaitbrowser.new_page()
# Continue by using the Pageawaitpage.goto("https://fingerprint.com/products/bot-detection/")
whileTrue:
passif__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
The text was updated successfully, but these errors were encountered:
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:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As per the readme fingerprint.com should have returned not detected
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: