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
const{_electron: electron}=require("playwright");const{ test }=require("@playwright/test");test("LAUNCH",async()=>{awaitelectron.launch({args: ["main.js"]});});
Following the solution introduced in #11932 (comment) , I am trying to launch Playwright using xvfb-run.
I apologize, as the implementation of Playwright should not be the problem, but I am looking for a new solution.
See #34238. The ubuntu-latest tag was changed to point to Ubuntu 24.04 and has caused regressions. If you're encountering the same issue then sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 will fix Electron for you.
Version
1.49.1
Steps to reproduce
Reproduction:
Expected behavior
Launch successfully
Actual behavior
Error: Process failed to launch!
Additional context
Following the solution introduced in #11932 (comment) , I am trying to launch Playwright using xvfb-run.
I apologize, as the implementation of Playwright should not be the problem, but I am looking for a new solution.
Environment
The text was updated successfully, but these errors were encountered: