Commit 42fd993c 42fd993c5576f48feeb04a6e3d6144c0d97dfad4 by Nicolas Perriault

updated docs for sendKeys

1 parent 521ddb10
...@@ -1468,6 +1468,8 @@ Options ...@@ -1468,6 +1468,8 @@ Options
1468 1468
1469 - ``(Boolean) reset``: 1469 - ``(Boolean) reset``:
1470 1470
1471 .. versionadded:: 1.1-beta3
1472
1471 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. 1473 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.
1472 1474
1473 - ``(Boolean) keepFocus``: 1475 - ``(Boolean) keepFocus``:
......