2.2.4
Overview
This release improves W3C WebDriver support and fixes a feature test.
- Use the
/attribute/<name>endpoint withgetAttributein FF 59+ - Use the
/property/<name>endpoint withgetPropertyif supported - Normalize generic error names. Some WebDriver servers return
UnknownErrororError, and use adetail.errorproperty to store a more descriptive name. Update theerror.nameproperty based on that descriptive name. - Support W3C window handle endpoints
- Support
execute/syncforexecuteif supported - Support
execute/asyncforexecuteAsyncif supported - Improve the
brokenLinkTextIndicatorfeature test