Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2017-02-23 22:05:11 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-02-24 20:44:11 +0300
commit140ab5a897d16d01418fc8aff94ae580eef49f2d (patch)
treee68856fd38882eb03c90642cf20daba8a867e4fc /CHANGES.md
parent09231df3527c0c37f2cc2210072683d6d8cbdbf5 (diff)
marionette: add Get Timeouts command
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 81fd4f2..37812b6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,9 +4,15 @@ All notable changes to this program is documented in this file.
## Unreleased
+### Added
+- Added routing and parsing for the [Get Timeouts](https://w3c.github.io/webdriver/webdriver-spec.html#dfn-get-timeouts) command
+
### Changed
- Now uses about:blank as the new tab document; this was previously disabled due to [bug 1333736](https://bugzilla.mozilla.org/show_bug.cgi?id=1333736) in Marionette
+### Fixed
+- Aligned the data structure accepted by the [Set Timeouts](https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts) command with the WebDriver specification
+
## 0.14.0 (2017-01-31)
### Changed