mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix double code snippets (#21027)
Fixes https://github.com/microsoft/playwright/pull/20908
This commit is contained in:
parent
b3c4750547
commit
d0308d1924
@ -103,34 +103,18 @@ them using Playwright command line tool:
|
|||||||
npx playwright install msedge
|
npx playwright install msedge
|
||||||
```
|
```
|
||||||
|
|
||||||
```powershell lang=js
|
|
||||||
npx playwright install msedge
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash lang=python
|
```bash lang=python
|
||||||
playwright install msedge
|
playwright install msedge
|
||||||
```
|
```
|
||||||
|
|
||||||
```powershell lang=python
|
|
||||||
playwright install msedge
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash lang=csharp
|
```bash lang=csharp
|
||||||
pwsh bin/Debug/netX/playwright.ps1 install msedge
|
pwsh bin/Debug/netX/playwright.ps1 install msedge
|
||||||
```
|
```
|
||||||
|
|
||||||
```powershell lang=csharp
|
|
||||||
pwsh bin/Debug/netX/playwright.ps1 install msedge
|
|
||||||
```
|
|
||||||
|
|
||||||
```batch lang=java
|
```batch lang=java
|
||||||
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge"
|
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge"
|
||||||
```
|
```
|
||||||
|
|
||||||
```powershell lang=java
|
|
||||||
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge"
|
|
||||||
```
|
|
||||||
|
|
||||||
Run with `--help` option to see full list of the browsers that can be installed this way.
|
Run with `--help` option to see full list of the browsers that can be installed this way.
|
||||||
|
|
||||||
:::warning
|
:::warning
|
||||||
|
@ -69,7 +69,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
|
|||||||
- Official [docker images](./docker.md) now include Node 18 instead of Node 16.
|
- Official [docker images](./docker.md) now include Node 18 instead of Node 16.
|
||||||
|
|
||||||
|
|
||||||
## ⚠️ Breaking change in component tests
|
### ⚠️ Breaking change in component tests
|
||||||
|
|
||||||
Note: **component tests only**, does not affect end-to-end tests.
|
Note: **component tests only**, does not affect end-to-end tests.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user