Skip to content

Extension seems broken again #254

@kohowski

Description

@kohowski

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.

Image Image

playwright-cli --version
0.1.0
node --version
v24.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions