Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright executablePath #72

Open
KraKeN-47 opened this issue Feb 23, 2022 · 0 comments
Open

Playwright executablePath #72

KraKeN-47 opened this issue Feb 23, 2022 · 0 comments

Comments

@KraKeN-47
Copy link

KraKeN-47 commented Feb 23, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant