Closed hildogjr closed 3 years ago
๐ Hi there! Thank you for creating this issue.
I am the Selenium Assistant Bot ๐ค, I triage issues in this repository. If I can't do it, I label it to help maintainers identify issues that need triaging.
I am an Open Source project ๐, post bugs or ideas here!
โ๏ธ It seems this issue is not using any of the supported templates
๐ก Supported issue types are (they start with):
Issue templates help this project to stay in shape, please use them and fill them out completely. By doing that you are helping the project because the community and maintainers can provide prompt feedback, and potentially solve the issue.
If you are asking a question, a better way to address this is:
If you think this is incorrect, please feel free to open a new issue.
It is not allowed to re-open the closed issue, @SeleniumHQ / @selenium-assistant.
The question is also on StackOverflow: https://stackoverflow.com/questions/68567548/download-file-generated-by-javscript-without-confirmation-using-firefox-linux-pl
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Environment
OS: Ubuntu 20.04 Browser: Firefox Browser version: 90.0 (64-bit) Browser Driver version: GeckoDriver 0.29 Language Bindings version: Python 3.8 Selenium Grid version (if applicable): 3.141.0
Expected behaviour
I want to automatic download some XLSX file from a webpage using Python without Firefox ask me for confirmation. I tried the Selenium tutorial as bellow:
Wrong behaviour
This code works fine in the used above site. The problem is when I use in my company website where the file is generated through a JavaScript action (the click action generate a process windows, at the end the file is asked to be saved).
How to make the given
profile
act in this download? Is this a bug or a missing configuration mine?