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-01-03 22:28:36 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-01-03 22:28:36 +0300
commit69a6c32c67c8627875b279372baa40c589cb41fe (patch)
tree258cf9f87c71a752c44ee27c5e728c0c0f9fa4f7 /CHANGES.md
parent9995b64397c24df09cb43f238a55db556ffd9718 (diff)
changes: clarified and linkified notes for 0.12.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b085793..149556b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,14 +5,13 @@ All notable changes to this program is documented in this file.
## 0.12.0 (2017-01-03)
### Added
-- Added _Take Element Screenshot_ command
-- Added new _Status_ command
-- Described supported WebDriver capabilities in README
-- Added endpoint for the _Get Timeouts_ command, but it is not yet implemented
-- Implemented dispatching of new actions API
+- Added [_Take Element Screenshot_](https://w3c.github.io/webdriver/webdriver-spec.html#take-element-screenshot) command
+- Added new [_Status_](https://w3c.github.io/webdriver/webdriver-spec.html#status) command
+- Added routing for the [_Get Timeouts_](https://w3c.github.io/webdriver/webdriver-spec.html#get-timeouts) command, but it is not yet implemented in Marionette, and will return an _unsupported operation_ error until it is
+- Implemented routing for [new actions API](https://w3c.github.io/webdriver/webdriver-spec.html#actions), but it too is not yet fully implemented in Marionette
### Changed
-- Synced Firefox preferences with those used in Mozilla automation
+- [Synced Firefox preferences](https://github.com/mozilla/geckodriver/commit/2bfdc3ec8151c427a6a75a6ba3ad203459540495) with those used in Mozilla automation
- Default log level for debug builds of Firefox, which used to be `DEBUG`, changed to `INFO`-level
- WebDriver library dependency upgraded to 0.17.1
- Using _session not created_ error when failing to start session
@@ -22,8 +21,8 @@ All notable changes to this program is documented in this file.
- Improved logging when starting Firefox
- Reverted to synchronous logging, which should address cases of inconsistent output when failing to bind to port
- Clarified in README that geckodriver is not supported on Windows XP
-- Added documentation of supported capabilities to README
-- Included capabilities example in README
+- Added documentation of supported capabilities to [README](https://github.com/mozilla/geckodriver/blob/master/README.md)
+- Included capabilities example in [README](https://github.com/mozilla/geckodriver/blob/master/README.md)
## 0.11.1 (2016-10-10)