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

Browser Compatibility Issue in Playwright-Lighthouse Integration #35

Open
perftest22 opened this issue Aug 12, 2022 · 0 comments
Open

Comments

@perftest22
Copy link

Hi Everyone,
I did the playwright-lighthouse integration. I was planning to get the lighthouse performance metrics for multiple browsers. But only chromium and chrome are working fine. Firefox and webkit are not working.
This is the error I am getting when I tried with firefox
C:........\ms-playwright\firefox-1327\firefox.exe -no-remote -wait-for-browser -foreground -profile
C:........\Local\Temp\playwright_firefoxdev_profile-en3P9O -juggler-pipe --remote-debugging-port=9222 -silent
pid=12556
[pid=12556][out]
[pid=12556][out] Juggler listening to the pipe
[pid=12556][err] Javascript error: resource://gre/modules/XULStore.jsm, line 66: Error: Cant find profile directory.

This is my code where I specified firefox as the browser
test('open browser', async () => {
const browser = await playwright['firefox'].launch({
args: ['--remote-debugging-port=9222'], headless:false,
});
Please advise!

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