-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
microsoft/playwright
#39230Description
ok this worked just a couple versions before. before the switch to ephemeral sessions was done.
now.. running playwright-cli 0.1.0 (latest in npm), have an extension installed in a custom profile
playwright-cli --profile=C:\Users\me\Downloads\q --extension open
the extension page does pop up, so the --profile=C:\Users\me\Downloads\q argument works, but that page is actually asking about token authorization, and it will NOT list any open pages to connect to
separately, I discovered having a ./playwright-cli,json file no longer works (I used to specify the profile there), like this:
{
"browser": {
"userDataDir": "C:\Users\me\Downloads\q"
}
}
so now need to use --profile= only.
playwright-cli --version
0.1.0
node --version
v24.13.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels