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
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())
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?
Ruslanch0s
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
