Issue
I'm running some java selenium tests on hosted Selenoid hub and I have to download some files during these tests.
How can I check these files during the tests?
Solution
There is a dedicated API for that: href="https://aerokube.com/selenoid/latest/#_accessing_files_downloaded_with_browser" rel="nofollow noreferrer">https://aerokube.com/selenoid/latest/#_accessing_files_downloaded_with_browser
Answered By - vania-pooh
Answer Checked By - Marie Seifert (JavaFixing Admin)