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

Prevent running of the "first-run" wizard in Chrome in FF #102

Closed
AndreyBelym opened this issue Sep 29, 2016 · 2 comments
Closed

Prevent running of the "first-run" wizard in Chrome in FF #102

AndreyBelym opened this issue Sep 29, 2016 · 2 comments

Comments

@AndreyBelym
Copy link
Contributor

We cannot properly open an url in fresh installed Chrome or Firefox, because they show first-run wizards, that block browser load. Chrome has --no-first-run flag to disable it, and for Firefox it's a bit harder - there is -override option, and it must be used to specify override.ini similar to this:

[XRE]
EnableProfileMigrator=0
@inikulin
Copy link
Contributor

inikulin commented Nov 7, 2016

We need automatically disable extensions as well where possible, see DevExpress/testcafe#930 for details

AndreyBelym added a commit to AndreyBelym/testcafe-browser-tools that referenced this issue Nov 22, 2016
@AndreyBelym
Copy link
Contributor Author

Created separate issue for extensions: #106

@AlexanderMoskovkin AlexanderMoskovkin added this to the Sprint #2 milestone Nov 22, 2016
@MarinaRukavitsyna MarinaRukavitsyna changed the title Skip first-run wizards in chrome and firefox Prevent running of the "first-run" wizard in Chrome in FF Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants