We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Host system is missing dependencies!\n\n Missing libraries are:\n libgobject-2.0.so.0\n libglib-2.0.so.0\n libnss3.so\n libnssutil3.so\n libsmime3.so\n libnspr4.so\n libatk-1.0.so.0\n libatk-bridge-2.0.so.0\n libcups.so.2\n libdrm.so.2\n libdbus-1.so.3\n libgio-2.0.so.0\n libexpat.so.1\n libxcb.so.1\n libxkbcommon.so.0\n libX11.so.6\n libXcomposite.so.1\n libXdamage.so.1\n libXext.so.6\n libXfixes.so.3\n libXrandr.so.2\n libgbm.so.1\n libpango-1.0.so.0\n libcairo.so.2\n libasound.so.2\n libatspi.so.0\n libxshmfence.so.1\n"
The text was updated successfully, but these errors were encountered:
I think that you should install dependencies in the docker image. You could use:
# playwright deps npx --package playwright@<playwright-version-used-in-this-library> playwright install-deps
Sorry, something went wrong.
It worked after installing dependencies manually.
No branches or pull requests
The text was updated successfully, but these errors were encountered: