From 04822d71eea8634346db7e75f08e8f8120fb87e9 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 15 Dec 2017 13:52:08 +0100 Subject: REAME.md: Import from 6d82e132348f --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1498120..a7775e0 100644 --- a/README.md +++ b/README.md @@ -284,12 +284,14 @@ moz:webdriverClick ------------------ A boolean value to indicate which kind of interactability checks to run -when performing a click on elements. For Firefoxen prior to version 58.0 some -legacy code as imported from an older version of [FirefoxDriver] was in use. +when performing a click or sending keys to an elements. For Firefoxen prior to +version 58.0 some legacy code as imported from an older version of +[FirefoxDriver] was in use. With Firefox 58 the interactability checks as required by the [WebDriver] specification are enabled by default. This means geckodriver will additionally -check if an element is obscured by another when clicking. +check if an element is obscured by another when clicking, and if an element is +focusable for sending keys. Because of this change in behaviour, we are aware that some extra errors could be returned. In most cases the test in question might have to be updated @@ -299,6 +301,8 @@ geckodriver, then please raise an issue in the [issue tracker]. To temporarily disable the WebDriver conformant checks use `false` as value for this capability. +Please note that this capability exists only temporarily, and that it will be +removed once the interactability checks have been stabilized. `log` object ------------ @@ -598,4 +602,4 @@ There is also an IRC channel to talk about using and developing geckodriver in #ateam on irc.mozilla.org. [subscribe]: https://lists.mozilla.org/listinfo/tools-marionette -[archive]: http://groups.google.com/group/mozilla.tools.marionette +[archive]: https://groups.google.com/group/mozilla.tools.marionette -- cgit v1.2.3