We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a2fd commit d1a7de7Copy full SHA for d1a7de7
src/index.ts
@@ -165,6 +165,11 @@ export interface Commands {
165
params: Bidi.Emulation.SetTimezoneOverrideParameters;
166
returnType: Bidi.EmptyResult;
167
};
168
+ 'emulation.setScriptingEnabled': {
169
+ params: Bidi.Emulation.SetScriptingEnabledParameters;
170
+ returnType: Bidi.EmptyResult;
171
+ };
172
+
173
174
'input.performActions': {
175
params: Bidi.Input.PerformActionsParameters;
0 commit comments