Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 1, 2023
1 parent 95f525f commit 082e7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions agentbrowser/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def navigate_to(url, page, wait_until="domcontentloaded"):
:return: The page after navigation.
:rtype: playwright.async_api.Page
"""
ensure_event_loop()
return asyncio.get_event_loop().run_until_complete(async_navigate_to(url, page, wait_until=wait_until))


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name="agentbrowser",
version="0.2.0",
version="0.2.1",
description="A browser for your agent, built on Playwright.",
long_description=long_description, # added this line
long_description_content_type="text/markdown", # and this line
url="https://github.com/lalalune/agentbrowser",
url="https://github.com/AutonomousResearchGroup/agentbrowser",
author="Moon",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 082e7c8

Please sign in to comment.