We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to improve the availability of the extension on different services, we can try to setup a testing environment using puppeteer (https://github.com/GoogleChrome/puppeteer). According to puppeteer/puppeteer#659 (comment) it's possible to specify browser extensions paths.
The text was updated successfully, but these errors were encountered:
Looks like puppeteer lacks some important functionality for this puppeteer/puppeteer#2486
I also didn't find any good solution out there. Selenium is also limited to the page viewport.
Sorry, something went wrong.
@beshur probably we can use post messages instead of actually clicking the action button
No branches or pull requests
In order to improve the availability of the extension on different services, we can try to setup a testing environment using puppeteer (https://github.com/GoogleChrome/puppeteer).
According to puppeteer/puppeteer#659 (comment) it's possible to specify browser extensions paths.
The text was updated successfully, but these errors were encountered: