Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@itnelo itnelo released this 24 Feb 21:49
0.4.0
f2b3b8b

Added

  • ClientInterface::getSessionIdentifiers() implementation to get a list with WebDriver sessions from the active pool (as an opportunity to resume existing sessions).

Fixed

  • Missed type checks after WebDriver response deserialization for some methods (e.g. to prevent misreading an error array as a valid command output).