Skip to content

0.3.0

Choose a tag to compare

@itnelo itnelo released this 11 Feb 09:10
· 5 commits to master since this release
0.3.0
ecba49b

Added

  • ClientInterface::removeSession() implementation to properly close a WebDriver session.
  • Configurable checkInterval for the WebDriverInterface::waitUntil() method, to define a custom frequency for the condition checks.
  • README: minimal configuration snippet.

Fixed

  • command.timeout option now accepts both float and int values (will be normalized to float by the driver factory).
  • onCommandConfirmation hook is now propagates driver error message from the response alongside the predefined error label.