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
We recommend installing playwright as a global dependency.
This means that the user both has to npm install -g playwright AND run playwright install to install browsers.
playwright install
if there is a mismatch between the installed playwright version and the version that stagehand is expecting it can cause problems as well
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We recommend installing playwright as a global dependency.
This means that the user both has to npm install -g playwright AND run
playwright install
to install browsers.if there is a mismatch between the installed playwright version and the version that stagehand is expecting it can cause problems as well
The text was updated successfully, but these errors were encountered: