Skip to content
New issue

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

missing configuration for firefox will break the execution when firefox is set as browser #2

Open
horgea opened this issue Jan 30, 2020 · 1 comment

Comments

@horgea
Copy link

horgea commented Jan 30, 2020

By adding firefox window preparation the problem will be fixed:

cfg.helpers.Puppeteer.firefox = merge(
cfg.helpers.Puppeteer.firefox || {},
{ args, defaultViewport: null, }
);

@Elverslane
Copy link

same for webkit after 2.5.0 release i think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants