[Bug 29204] Not sure what it means to emulate the sendKeys natively

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29204

Simon Stewart <simon.m.stewart@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |simon.m.stewart@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Simon Stewart <simon.m.stewart@gmail.com> ---
The Element Send Keys section doesn't contain this text any more. 

In answer to the main question, on Windows there are at least four options for
emulating user input to the browser. You could use the Win32 SendInput API,
pump events directly into the browser's message queue, creating the events in
the browser itself, or (least effectively, and not within spec) emulating the
user input via JS.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 11 January 2016 11:21:53 UTC