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
I am using default microsoft edge browser and its the only one we can use as per our policy.Cant download the browsers.
I have installed playwright and configured it as per the playwright website removed all the browsers and kept the and ran the sample tests .
{
name: 'Microsoft Edge',
use: { ...devices['Desktop Edge'], channel: 'msedge' },
},
Expected behavior
It worked fine with the example specs.
It should trigger my tests as well
Actual behavior
I have created simple pageobject model framework and tried to run the tests but getting issue with browsers
Error: browserContext.newPage: Executable doesn't exist at path\AppData\Local\ms-playwright\ffmpeg-1010\ffmpeg-win64.exe
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
how can i resolve this issue inorder to use the default browser Microsoft edge in my system.
Additional context
No response
Environment
Windows11
The text was updated successfully, but these errors were encountered:
Did you run npx playwright install? This was not clear from the description?
Did you run npx playwright install msedge? This should auto-detect your existing Microsoft Edge installation, but also install ffmpeg required for the video recording to work.
Have you considered turning off video recording in your playwright.config.ts? That's the only feature that needs ffmpeg. If you cannot run any non-approved binaries, perhaps this would be the best solution.
Version
1.48.2
Steps to reproduce
I am using default microsoft edge browser and its the only one we can use as per our policy.Cant download the browsers.
I have installed playwright and configured it as per the playwright website removed all the browsers and kept the and ran the sample tests .
{
name: 'Microsoft Edge',
use: { ...devices['Desktop Edge'], channel: 'msedge' },
},
Expected behavior
It worked fine with the example specs.
It should trigger my tests as well
Actual behavior
I have created simple pageobject model framework and tried to run the tests but getting issue with browsers
Error: browserContext.newPage: Executable doesn't exist at path\AppData\Local\ms-playwright\ffmpeg-1010\ffmpeg-win64.exe
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
how can i resolve this issue inorder to use the default browser Microsoft edge in my system.
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: