Skip to content

v0.15.0

Compare
Choose a tag to compare
@AutomatedTester AutomatedTester released this 08 Mar 11:40
· 90 commits to master since this release

IMPORTANT: If you use geckodriver with Selenium, you must upgrade to Selenium 3.3 since this release aligns HTTP responses with the WebDriver standard.

Added

Changed

  • All HTTP responses are now wrapped in {value: …} objects per the WebDriver specification; this may likely require you to update your client library
  • Pointer move action’s element key changed to origin, which lets pointer actions originate within the context of the viewport, the pointer’s current position, or from an element
  • Now uses about:blank as the new tab document; this was previously disabled due to bug 1333736 in Marionette
  • WebDriver libary updated to 0.23.0

Fixed

  • Aligned the data structure accepted by the Set Timeouts command with the WebDriver specification