0

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?

Yashmerino
  • 121
  • 9

1 Answers1

1

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

vania-pooh
  • 2,933
  • 4
  • 24
  • 42