chore: replace "node.js" mention in shared docs (#29119)

Remove "Node.js" mention from the shared part of docs, which are shown
in docs for Python and other platforms.
This commit is contained in:
Gabriel Feo 2024-01-26 00:53:25 +00:00 committed by GitHub
parent f741f08b3b
commit 12a9a308f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -680,7 +680,7 @@ await playwright.Chromium.LaunchAsync(new()
});
```
On Linux agents, headed execution requires [Xvfb](https://en.wikipedia.org/wiki/Xvfb) to be installed. Our [Docker image](./docker.md) and GitHub Action have Xvfb pre-installed. To run browsers in headed mode with Xvfb, add `xvfb-run` before the Node.js command.
On Linux agents, headed execution requires [Xvfb](https://en.wikipedia.org/wiki/Xvfb) to be installed. Our [Docker image](./docker.md) and GitHub Action have Xvfb pre-installed. To run browsers in headed mode with Xvfb, add `xvfb-run` before the actual command.
```bash js
xvfb-run node index.js