v0.15.0
AutomatedTester
released this
08 Mar 11:40
·
91 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
- Added routing and parsing for the Get Timeouts command
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 toorigin
, 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