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 0336e7f commit 8ae63ccCopy full SHA for 8ae63cc
out/index.d.ts
@@ -154,6 +154,10 @@ export interface Commands {
154
params: Bidi.Emulation.SetScriptingEnabledParameters;
155
returnType: Bidi.EmptyResult;
156
};
157
+ 'emulation.setUserAgentOverride': {
158
+ params: Bidi.Emulation.SetUserAgentOverrideParameters;
159
+ returnType: Bidi.EmptyResult;
160
+ };
161
'input.performActions': {
162
params: Bidi.Input.PerformActionsParameters;
163
0 commit comments