-
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
Download file native dialog @ firefox #2741
Comments
+1 We tried to update firefox profile and disable alert appearing right before tests execution. It was working for some time, but i assume after FF updating this problem started to reproduce again. |
@AndreyBelym is there a way to force the download in firefox, e.g. automatically accepting the dialog? |
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. |
* [WIP]enable file downloading in FF (closes DevExpress#2741) * merge similar tests in one file * pdf in chrome
Are you requesting a feature or reporting a bug?
Not sure. Maybe firefox behaves like that for security reasons.
What is the current behavior?
While on Chrome and Chrome headless 68.0.3440 the file is downloaded without any native dialog, on firefox a dialog appears and prompts for user input.
This is not a blocker since the test does not fail after that. But if you want to assert the download, test will fail because file is not automatically downloaded.
What is the expected behavior?
On tests, no native dialogs should pop up when an action is downloading a file.
How would you reproduce the current behavior (if this is a bug)?
Create a test like the example above and run it on a windows 10 machine with Firefox 61.0.0 or Firefox 61.0.2.
Specify your
Question
Can this native dialog handled by the setNativeDialogHandler? Thank you.
The text was updated successfully, but these errors were encountered: