Home > Net >  How can I check downloaded files with Selenoid?
How can I check downloaded files with Selenoid?

Time:10-28

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?

CodePudding user response:

There is a dedicated API for that: https://aerokube.com/selenoid/latest/#_accessing_files_downloaded_with_browser

  • Related