Code Sample
import asyncio
import time
import botright
async def main():
botright_client = await botright.Botright(spoof_canvas=False, use_undetected_playwright=True, mask_fingerprint=True)
browser = await botright_client.new_browser()
page = await browser.new_page()
# Continue by using the Page
await page.goto("https://browserscan.net")
time.sleep(3000)
if __name__ == "__main__":
asyncio.run(main())
Screenshots

Desktop (please complete the following information):
- OS: Windows
- Botright version: 0.5.1
- ungoogled-chrome: 131.0.6778.204
Additional context
How to adjust a browser version?
Code Sample
Screenshots

Desktop (please complete the following information):
Additional context
How to adjust a browser version?