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
Using versions;
"playwright-aws-lambda": "^0.6.0",
"playwright-core": "^1.7.1",
Trying to run pl-aws-chrome with a specific user profile fails, 'launchPersistentContext' is not defined for pl-aws-chrome, and passing as args fail as well. Not sure how to solve this issue, could use some help
Uncaught:
Error: browserType.launch: userDataDir option is not supported in `browserType.launch`. Use `browserType.launchPersistentContext` instead
at Object.assert (SOME_PATH/node_modules/playwright-core/lib/utils/utils.js:80:15)
at SOME_PATH/node_modules/playwright-core/lib/client/browserType.js:56:21
at BrowserType._wrapApiCall (SOME_PATH/node_modules/playwright-core/lib/client/channelOwner.js:77:34)
at BrowserType.launch (SOME_PATH/node_modules/playwright-core/lib/client/browserType.js:55:21)
at Object.launchChromium (SOME_PATH/node_modules/playwright-aws-lambda/dist/src/chromium.js:97:47)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async repl:1:35
Using versions;
"playwright-aws-lambda": "^0.6.0",
"playwright-core": "^1.7.1",
Trying to run pl-aws-chrome with a specific user profile fails, 'launchPersistentContext' is not defined for pl-aws-chrome, and passing as args fail as well. Not sure how to solve this issue, could use some help
running
will result with:
passing directory with profile flags in args:
The text was updated successfully, but these errors were encountered: