New commands
Added several new commands in-line with the W3C Webdriver API:
Improvements
waitForElementVisible
doesn't throw an error anymore if the element cannot be found - #2148- Added W3C Webdriver API compatibility support for
.timeouts()
command; - Added
suppressNotFoundErrors
option for element selector properties to enable suppressingNoSuchElement
errors when element is not found for commands such as.click()
or.getText()
etc.