You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: