Is there a way to load user profile while launching browser through playwright on nodejs framework?
Currently I am able to load the browser profile on my local execution environment by using below command
await browserType.launchPersistentContext(userDataDir);