Skip to content

Commit

Permalink
Make userAgent configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaknas committed Aug 9, 2023
1 parent 5cce841 commit f41f557
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 f41f557

Please sign in to comment.