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:
authorHenrik Skupin <mail@hskupin.info>2017-12-15 15:52:08 +0300
committerHenrik Skupin <mail@hskupin.info>2017-12-15 15:52:08 +0300
commit04822d71eea8634346db7e75f08e8f8120fb87e9 (patch)
tree6b653a829a86d97eaa68b7bc98380d1dd9f6a6b7
parent0e08c55e87d43f076118847e0e745622c6962a20 (diff)
REAME.md: Import from 6d82e132348f
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
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