Skip to content

v3.1.0

Compare
Choose a tag to compare
@Jonahss Jonahss released this 06 Jul 21:57
· 1813 commits to master since this release

3.1.1

  • Page-object findBy strategies are now aware of which driver (iOS or Android) you are using. For more details see the Pull Request: #213
  • If somebody desires to use their own Webdriver implementation then it has to implement HasCapabilities.
  • Corrected an uninformative Exception message.
  • Added a new annotation: WithTimeout. This annotation allows one to specify a specific timeout for finding an element which overrides the drivers default timeout. For more info see: #210