Skip to content

Should

Compare
Choose a tag to compare
@ElSnoMan ElSnoMan released this 05 Apr 21:28
· 23 commits to master since this release
775ecff

1.3.0 - 2020-04-05

Fixed

  • Updated the tests in the examples directory
  • Fixed an issue when using PyleniumWait

Added

  • py.should() - A collection of expectations for the current driver ( #15 )
  • Element.should() - A collection of expectations for the current element ( #36 )
  • Element.get_property()
  • Element.is_enabled()
  • Elements.is_empty()

Notes

As always, check out the official documentation for the more details and examples of the implementations. This was a big release, so there's a lot to read through :)