Skip to content

Commit

Permalink
Merge pull request #342 from jaknas/jaknas-patch-1
Browse files Browse the repository at this point in the history
Make userAgent configurable
  • Loading branch information
yannbf committed Oct 5, 2023
2 parents 9db74b9 + f41f557 commit 5dd0322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export const setupPage = async (page: Page, browserContext: BrowserContext) => {
get: function () {
return [originalUserAgent, extra].join(' ');
},
configurable: true,
});
}
};
Expand Down

0 comments on commit 5dd0322

Please sign in to comment.