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
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):
- OS: Windows
- Version 10
Mynacol, deflexable and idkhowisyourday
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
