Commit 73393f71 73393f711b8e3fa28cf2ee956eb49d8b350af221 by Matthew DuVall

Document elements supported by sendKeys

1 parent 778114e0
......@@ -1459,6 +1459,8 @@ Sends native keyboard events to the element matching the provided :doc:`selector
.. versionadded:: 1.1
The currently supported HTMLElements that can receive keyboard events from ``sendKeys`` are ``<input>``, ``<textarea>``, and any HTMLElement with attribute ``contenteditable="true"``.
Options
~~~~~~~
......