Skip to content

extensions: Ability to click browser action buttons #2486

@tomholub

Description

@tomholub

We are relying on puppeteer to automate testing of our extension. I can automate most things except I cannot click the button that our extension adds to the browser's toolbar.

Could there be an API to interact with browser action buttons?

Something to the tune of

let actionButtons = await browser.actionButtons();
await actionButtons[0].click();

would be great.

This will allow us to fully automate testing of our extension workflow. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions