Description[chromedriver] Remove support for simulating OS-level key events.
This was added awhile back particularly for testing with IMEs. Simulating these
events is done in the browser, but that support is going away soon. We could
switch to simulating these events in ChromeDriver itself, but I don't see a
strong case for doing so right now, so we're dropping support.
If the user attempts to set chrome.nativeEvents to true, they will receive an
error. We ignore the normal nativeEvents capability and always report to the
user that we are using native events, since the normal way we simulate events
is close enough to OS-level events.
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175909
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #
Messages
Total messages: 7 (0 generated)
|