Hello ,
We try to use playwright on openshift pods. When we crate a browser session with playwright on openshift pods , we get this error.
Trace/breakpoint trap (core dumped)
1008040000@agentask-deployment-5d4bc5b584-p9szv:/opt/microsoft/msedge$ ./msedge --no-sandbox
msedge_crashpad_handler: --database is required
Try 'msedge_crashpad_handler --help' for more information.
Trace/breakpoint trap (core dumped)
we try to open new browser session with this arguments but get still same error.
args=[
"--no-sandbox",
"--disable-dev-shm-usage",
"--disable-gpu",
"--disable-software-rasterizer",
"--disable-features=UseChromeOSDirectVideoDecoder",
"--disable-setuid-sandbox",
"--disable-extensions",
"--disable-background-networking",
"--disable-sync",
]
Do you have any solution for this problem?