-
Notifications
You must be signed in to change notification settings - Fork 674
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
Firefox hangs with dialog asking to set it as standard browser #1926
Comments
Hi @TauPan, Since the (it possible this is a related ticket: https://support.mozilla.org/en-US/questions/1152757) |
Thanks, that helps. |
(Incidently, chromium also displays the dialog to "Set chromium as standard browser" for me, but since it isn't modal, it doesn't cause test execution to hang.) |
Yes, we should include |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
Feature
What is the current behavior?
When starting tests with firefox, firefox shows the modal dialog to set itself as standard browser. No matter what is clicked here, the dialog appears every time. No tests are executed as long as the dialog is in place. The user needs to press escape or click a button to make tests run.
Since there's no error about a dialog handler, I guess that it won't help to try to install a dialog handler at that point. Also it's not clear from the documentation what would be the correct way to do this, if any.
What is the expected behavior?
Tests should run without user interaction, i.e. modal dialogs should be dismissed.
How would you reproduce the current behavior (if this is a bug)?
testcafe firefox ...
Specify your
[email protected]
v6.11.2
Firefox ESR 52.4.0 (64-bit)
The text was updated successfully, but these errors were encountered: