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>2016-09-06 13:03:03 +0300
committerAndreas Tolfsen <ato@mozilla.com>2016-09-06 13:03:03 +0300
commit649c7271206f5d3da80625b2cb478201f48ff817 (patch)
treebfd3631652e1a977688d01514c39a9ee82e17271
parent39b2b269df496d17c8041bd579a4a409ee2e3050 (diff)
update changelog
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index aa7be8e..91d5d85 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,10 +4,19 @@ All notable changes to this program is documented in this file.
## Unreleased
+### Added
+- Introduced continous integration builds for Windows 32-bit binaries
+- Added new extension commands for finding an element’s anonymous children and querying its attributes; accessible through the `/session/{sessionId}/moz/xbl/{elementId}/anonymous_children` to return all anonymous children and `/session/{sessionId}/moz/xbl/{elementId}/anonymous_by_attribute` to return an anonymous element by a name and attribute query
+
### Changed
- Accepted capabilities changed to a chromedriver-like dictionary of keys and values; this will cause `firefox_binary`, `firefox_args` and `firefox_profile` to stop working
- Removed `--no-e10s` flag, and geckodriver will from now rely on the Firefox default multiprocessing settings (override using preferences)
- Disable pop-up blocker in the default profile by @juangj
+- Changed Rust compiler version to 1.12 (beta) temporarily because of [trouble linking Musl binaries](https://github.com/rust-lang/rust/issues/34978)
+-
+
+### Fixed
+- Corrected link to repository in Cargo metadata
## 0.10.0 (2016-08-02)