-
Trying to override default download location and not get download dialog when downloading a file using selenoid(hub). here is my cap file: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Grid configuration for the downloads folder location via desired capabilities is based on the options available for the specific Selenium Grid that you're using. Also, if the Grid node is not on the same machine as the Grid server, you'll run into the problem that the downloads only exist on the grid node machines where the actual browsers are spun up, as opposed to the grid server where the tests are launched. You might need a separate script to copy over the files after they have been downloaded. |
Beta Was this translation helpful? Give feedback.
Grid configuration for the downloads folder location via desired capabilities is based on the options available for the specific Selenium Grid that you're using. Also, if the Grid node is not on the same machine as the Grid server, you'll run into the problem that the downloads only exist on the grid node machines where the actual browsers are spun up, as opposed to the grid server where the tests are launched. You might need a separate script to copy over the files after they have been downloaded.