Skip to content

Commit 0336e7f

Browse files
authored
fix: add user agent override to the mapping (GoogleChromeLabs#240)
1 parent 2e52f5a commit 0336e7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ export interface Commands {
169169
params: Bidi.Emulation.SetScriptingEnabledParameters;
170170
returnType: Bidi.EmptyResult;
171171
};
172+
'emulation.setUserAgentOverride': {
173+
params: Bidi.Emulation.SetUserAgentOverrideParameters;
174+
returnType: Bidi.EmptyResult;
175+
};
172176

173177
'input.performActions': {
174178
params: Bidi.Input.PerformActionsParameters;

0 commit comments

Comments
 (0)