Skip to content

2.2.4

Choose a tag to compare

@jason0x43 jason0x43 released this 22 Feb 00:41
· 92 commits to master since this release

Overview

This release improves W3C WebDriver support and fixes a feature test.

  • Use the /attribute/<name> endpoint with getAttribute in FF 59+
  • Use the /property/<name> endpoint with getProperty if supported
  • Normalize generic error names. Some WebDriver servers return UnknownError or Error, and use a detail.error property to store a more descriptive name. Update the error.name property based on that descriptive name.
  • Support W3C window handle endpoints
  • Support execute/sync for execute if supported
  • Support execute/async for executeAsync if supported
  • Improve the brokenLinkTextIndicator feature test