Skip to content

4.4.3 - New methods and refactoring

Compare
Choose a tag to compare
@mdmintz mdmintz released this 24 Sep 05:55
· 2439 commits to master since this release
bdaea12

New methods and refactoring

  • Add special methods for js_click():
    --> self.js_click_if_present()
    --> self.js_click_if_visible()
    --> This resolves #1518
  • Add method: assert_title_contains(substring)
    --> This resolves #1519
  • seleniumbase.version_info should return a tuple, not a list:
    --> This resolves #1520
  • Path refactoring with the correct separator per OS:
    --> This resolves #1521
  • Update output for the seleniumbase behave-gui runner:
  • Refactoring.

What's Changed

Full Changelog: v4.4.2...v4.4.3