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 2e52f5a commit 0336e7fCopy full SHA for 0336e7f
src/index.ts
@@ -169,6 +169,10 @@ export interface Commands {
169
params: Bidi.Emulation.SetScriptingEnabledParameters;
170
returnType: Bidi.EmptyResult;
171
};
172
+ 'emulation.setUserAgentOverride': {
173
+ params: Bidi.Emulation.SetUserAgentOverrideParameters;
174
+ returnType: Bidi.EmptyResult;
175
+ };
176
177
'input.performActions': {
178
params: Bidi.Input.PerformActionsParameters;
0 commit comments