Skip to content

Releases: st1vms/selgym

v0.1.6

08 Feb 19:24
Compare
Choose a tag to compare

CHANGELOG

  • Added the ability to override options object in get_firefox_options, this allows for using different webdriver options (selenium-wire for example)

v0.1.5

05 Jan 16:55
31e92c1
Compare
Choose a tag to compare

CHANGELOG:

  • Added MacOS default firefox path retrieval.

v0.1.4

07 Dec 12:33
Compare
Choose a tag to compare

CHANGELOG

  • Fixed Firefox .default-release path retrieval on Windows.
  • Added more function docs.
  • Stability improvements.

v0.1.3

29 Oct 21:03
Compare
Choose a tag to compare
  • get_firefox_options(firefox_profile=None) defaults to temporary profile.
    **Ensure to use cleanup_resources() after driver.quit() when doing that.**

v0.1.2

29 Oct 14:51
Compare
Choose a tag to compare
  • Fixed headless maximized window resolution.