Skip to content

Commit d1a7de7

Browse files
authored
fix: add emulation.setScriptingEnabled (GoogleChromeLabs#234)
1 parent 029a2fd commit d1a7de7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ export interface Commands {
165165
params: Bidi.Emulation.SetTimezoneOverrideParameters;
166166
returnType: Bidi.EmptyResult;
167167
};
168+
'emulation.setScriptingEnabled': {
169+
params: Bidi.Emulation.SetScriptingEnabledParameters;
170+
returnType: Bidi.EmptyResult;
171+
};
172+
168173

169174
'input.performActions': {
170175
params: Bidi.Input.PerformActionsParameters;

0 commit comments

Comments
 (0)