Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index a42c54285530addd897986126399835440bdd6f0..cc2dc47597912938183f0b4812ad6d3edd60a7ec 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -480,7 +480,8 @@ |
{ |
"name": "setTouchEmulationEnabled", |
"parameters": [ |
- { "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." } |
+ { "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." }, |
+ { "name": "configuration", "type": "string", "enum": ["mobile", "desktop"], "optional": true, "description": "Touch/gesture events configuration. Default: current platform." } |
], |
"description": "Toggles mouse event-based touch event emulation.", |
"hidden": true, |