updated docs for sendKeys
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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``: | ... | ... |
-
Please register or sign in to post a comment