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

Implement downloading files in Selenium Grid (FOLDER mode) #1687

Closed
asolntsev opened this issue Jan 7, 2022 · 0 comments · Fixed by #2659
Closed

Implement downloading files in Selenium Grid (FOLDER mode) #1687

asolntsev opened this issue Jan 7, 2022 · 0 comments · Fixed by #2659

Comments

@asolntsev
Copy link
Member

asolntsev commented Jan 7, 2022

Since Selenium 4.7.2, Selenium Grid provides an API for accessing downloaded files:

In Selenium 4.8.2, it was enriched even more:

We could use it in Selenide to download files from Grid.

P.S. Some older hack to download files from Grid using SCP:
https://stackoverflow.com/questions/44738502/downloading-a-excel-file-on-selenium-grid-and-reading-it

asolntsev added a commit that referenced this issue Feb 21, 2024
P.S. Removed few duplicate test-cases from FileDownloadToFolderTest
@asolntsev asolntsev linked a pull request Feb 21, 2024 that will close this issue
asolntsev added a commit that referenced this issue Feb 21, 2024
P.S. Removed few duplicate test-cases from FileDownloadToFolderTest
asolntsev added a commit that referenced this issue Feb 21, 2024
P.S. Removed few duplicate test-cases from FileDownloadToFolderTest
@asolntsev asolntsev self-assigned this Feb 21, 2024
@asolntsev asolntsev added this to the 7.2.0 milestone Feb 21, 2024
asolntsev added a commit that referenced this issue Feb 22, 2024
P.S. Removed few duplicate test-cases from FileDownloadToFolderTest
asolntsev added a commit that referenced this issue Feb 24, 2024
I realized that RemoteWebDriver already contains methods `getDownloadableFiles`, `downloadFile` `deleteDownloadableFiles` :)
asolntsev added a commit that referenced this issue Feb 24, 2024
I realized that RemoteWebDriver already contains methods `getDownloadableFiles`, `downloadFile` `deleteDownloadableFiles` :)
asolntsev added a commit that referenced this issue Feb 25, 2024
I realized that RemoteWebDriver already contains methods `getDownloadableFiles`, `downloadFile` `deleteDownloadableFiles` :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant