Skip to content

Question on browser-extension #10

@anishhiranandani

Description

@anishhiranandani

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions