Botright
Botright copied to clipboard
[BUG] detected on fingerprint.com as a bot
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
also using ungoogled chromium returned detected as well
Ladu muskana
botright_client = await botright.Botright(spoof_canvas=False, use_undetected_playwright=True, mask_fingerprint=False)
modify use_undetected_playwright=>true