undetected-playwright
undetected-playwright copied to clipboard
Headed mode inside Docker Container
Hey, I have installed the library inside this docker container and when I try to run playwright in headed mode I get the following error:
Looks like you launched a headed browser without having a XServer running.
Set either 'headless: true' or use 'xvfb-run <your-playwright-app>' before running Playwright.
I know the container is not connected to any display, is there a workaround with this library? Thanks
Current OS: Windows 11