Describe the bug
Cannot run the start up code, gives an error
Code Sample
import asyncio
import botright
async def main():
botright_client = await botright.Botright()
browser = await botright_client.new_browser()
page = await browser.new_page()
await page.goto("http://playwright.dev")
print(await page.title())
await botright_client.close()
if __name__ == "__main__":
asyncio.run(main())
To Reproduce
- Install botright
- Attempt to run test code
Expected behavior
A browser to open and to open a page
Screenshots

Desktop (please complete the following information):
Describe the bug
Cannot run the start up code, gives an error
Code Sample
To Reproduce
Expected behavior
A browser to open and to open a page
Screenshots
Desktop (please complete the following information):