Skip to content

Releases: AutomatedOwl/selenium-download-kpi

Added auto-download configuration for Chromedriver.

15 Nov 23:31
Compare
Choose a tag to compare

Added auto-download configuration for Chromedriver.
Added static method for ChromeOptions generation.

Added feature of file deletion

14 May 10:12
Compare
Choose a tag to compare
  • Added deleteFile boolean flag to indicate whether to delete or keep the file after the download finishes.

Minor Fixes

06 Jul 14:51
Compare
Choose a tag to compare

Updated ChromeOptions to not prompt for download.

Initial Release

02 Jun 18:06
20ba1ce
Compare
Choose a tag to compare

Main features:

  • Define your download folder both globally and locally in one code line.
  • Given a file name, web element and timeout, you would be able to download a file and verify its success.
  • Logging the download bandwidth in Mbps and attaching it to Allure report.
  • Assertion of download bandwidth, where you define a numeric threshold for passing/failing the test.