Skip to content

Playwright executablePath #72

@KraKeN-47

Description

@KraKeN-47

Hello,
Your package.json dependencies do not specify playwright as the main dependency but I think it actually is.
So the issue is that if I wish to execute my own chromium binary, I am unable to do so if I use your viteshot/shooters/playwright util.

As a workaround I do some edits inside the compiled package and change

browserType.launch()

to:

browserType.launch(props)

This worked for me. But it would be nice to improve this util!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions