You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to be able to supply a custom User-Agent string to allow for a custom userAgent string to be supplied during the setup of the browserContext (see: https://playwright.dev/docs/emulation#user-agent). Many applications of this (eg checking for behaviour where UA is scanned for old/unexpected UA strings, custom UA strings to avoid adding to Google Analytics/Tag accesses, etc).
It looks like most of the work is done for this change within #1398 (bar resolving merge conflicts) - I had tested a similar solution locally. Can this be reviewed/merged in please?
The text was updated successfully, but these errors were encountered:
It would be helpful to be able to supply a custom User-Agent string to allow for a custom userAgent string to be supplied during the setup of the browserContext (see: https://playwright.dev/docs/emulation#user-agent). Many applications of this (eg checking for behaviour where UA is scanned for old/unexpected UA strings, custom UA strings to avoid adding to Google Analytics/Tag accesses, etc).
It looks like most of the work is done for this change within #1398 (bar resolving merge conflicts) - I had tested a similar solution locally. Can this be reviewed/merged in please?
The text was updated successfully, but these errors were encountered: