My web app uses windows authentication, then grants permissions based on allowed usernames in a configuration file. Is it possible to change the windows username in a Playwright test?
Tried changing the httpCredentials in the browser context. Didn't expect that to work.