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-04-24 18:12:04 +0300
committerjgraham <james@hoppipolla.co.uk>2017-04-26 15:46:00 +0300
commitb579b41838918460a63b59a4bb7933ecf485b7f5 (patch)
treec1a7ecd56aa71f8d016b7e737c3f703e11955080 /CHANGES.md
parent03f50a7fb12be47e61234020d902891c5eec840e (diff)
marionette: unmarshal CloseWindowResponse
geckodriver currently assumes the response from the CloseWindow command is empty and unmarshals it to Ok(Void). Starting with Firefox 52, Marionette returns a window handle array to indicate whether the last window was closed. If this array is empty, the delete_session field is set to true and the session is ended. Fixes: https://github.com/mozilla/geckodriver/issues/613
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 904c709..3fe347a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,11 @@
All notable changes to this program is documented in this file.
+## Unreleased
+
+### Fixed
+- Session is now ended when closing the last Firefox window (fixes [#613](https://github.com/mozilla/geckodriver/issues/613))
+
## v0.16.0 (2016-04-21)
Note that geckodriver v0.16.0 is only compatible with Selenium 3.4 and greater.