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:16:10 +0300
committerAndreas Tolfsen <ato@mozilla.com>2017-01-03 22:22:53 +0300
commit2c109771332d2d563088af7f6a7341b957650aea (patch)
tree3a19eff12f0b82ebf86c828c0b7c25bf5bd9e4e6
parent0832fe7f567a031487103c882e828a37f0bd6ad0 (diff)
changes: update for 0.12.0
-rw-r--r--CHANGES.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4820baa..a3943fc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,10 +2,28 @@
All notable changes to this program is documented in this file.
-## Unreleased
+## 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
+
+### Changed
+- Synced Firefox preferences 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
+- geckodriver will exit with exit code 69 to indicate that the port is unavailable
+
+### Fixed
+- 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
## 0.11.1 (2016-10-10)