-
Couldn't load subscription status.
- Fork 45
Open
Description
After installing the browser extension, given a Browser/BrowserContext object, is there a way to execute a click action on the open page? (Without going the agent flow) This is for a task that needs to happen outside the agent loop execution.
For example:
browser = Browser()
page = browser.goto("https://www.google.com")
Then using the browser extension,
page.perform_click(selector)
Metadata
Metadata
Assignees
Labels
No labels