v3.1.0
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