Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| index 0060d55ef89f30e039effde25b5e314377b9e6e6..269597f35fb2db57028ba70000dd476e0739753b 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -3777,6 +3777,13 @@ |
| ], |
| "commands": [ |
| { |
| + "name": "setIgnoreInputEvents", |
| + "parameters": [ |
| + { "name": "ignore", "type": "boolean", "description": "Ignores input events processing when set to true." } |
| + ], |
| + "description": "Dispatches a key event to the page." |
|
dgozman
2017/05/22 18:35:54
Update the description.
|
| + }, |
| + { |
| "name": "dispatchKeyEvent", |
| "parameters": [ |
| { "name": "type", "type": "string", "enum": ["keyDown", "keyUp", "rawKeyDown", "char"], "description": "Type of the key event." }, |