Skip to content

Latest commit

 

History

History
128 lines (54 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

128 lines (54 loc) · 5.48 KB

Changelog

1.4.2 (2022-02-18)

Bug Fixes

1.4.1 (2022-02-11)

Bug Fixes

  • deps: Choose platform-specific msedgedriver version (#19) (5e78a49)

1.4.0 (2022-02-10)

Features

  • Support ChromeHeadless, FirefoxHeadless and EdgeHeadless (#13) (b182d2f), closes #12

1.3.1 (2022-02-03)

Bug Fixes

  • Make Windows browser version queries more robust (651c24c)

1.3.0 (2022-02-03)

Features

  • Add MS Edge support on Linux and Mac (97e8f2e)
  • Log the contents of the driver cache on failure to run the driver (0c2f1e3)

Bug Fixes

  • Fix GitHub API rate limit issues getting geckodriver release (97e8f2e)

1.2.5 (2022-02-03)

Bug Fixes

  • Append .exe to driver names on Windows (c6e512f)
  • Fix env variable corruption (57cd5da)

1.2.4 (2022-02-03)

Bug Fixes

  • Add small startup delay to fix connection failures (03918e3)
  • Fix Safari startup failures (73892e9)

1.2.3 (2022-02-03)

Bug Fixes

  • ci: Use an alternate upload action in release workflow (16cfaed)

1.2.2 (2022-02-03)

  • Dummy release to test CI changes (f1fe277)

1.2.1 (2022-02-03)

Bug Fixes

  • Fix browser name to MSEdge to match Selenium grid (e72c8ed)

1.2.0 (2022-02-03)

Features

1.1.1 (2022-02-02)

Bug Fixes

  • Fix operation on Windows (8331708)

1.1.0 (2022-01-31)

Features

  • Automatically fetch and install drivers (1e7a0ca)

1.0.2 (2022-01-31)

Bug Fixes

  • Fix chromedriver arguments (c0eb120)
  • Fix WebDriver shutdown (938bb2a)

1.0.1 (2022-01-25)

Bug Fixes

  • Fix driver path env vars, driver documentation (5f80282)

1.0.0 (2022-01-25)

Features

  • Support for Chrome, Firefox, and Safari (efe2a0a)