Commit 42fd993c 42fd993c5576f48feeb04a6e3d6144c0d97dfad4 by Nicolas Perriault

updated docs for sendKeys

1 parent 521ddb10
......@@ -1468,6 +1468,8 @@ Options
- ``(Boolean) reset``:
.. versionadded:: 1.1-beta3
When set to ``true``, this option will first empty the current field value. By default, it's set to ``false`` and ``sendKeys()`` will just append string to the current field value.
- ``(Boolean) keepFocus``:
......