Skip to content

Commit 6067023

Browse files
kamal-kaur04francisf
authored andcommitted
minor fix
1 parent 3d43d57 commit 6067023

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playwright-dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- To run a parallel test, run command `dotnet run parallel`
1616
- To run sessions on emulated devices,
1717
`dotnet run iphonetest` or `dotnet run pixeltest`
18-
You can specify any device name from thr below list:
18+
You can specify any device name from thebelow list:
1919
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2020
- Run `dotnet run sessiondetails` to check how to get session details.
2121

playwright-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
```
2525
mvn -Dexec.mainClass="com.browserstack.PlaywrightPixelTest" -Dexec.classpathScope=test test-compile exec:java
2626
```
27-
You can specify contextOptions() from thr below list:
27+
You can specify contextOptions() from thebelow list:
2828
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2929
- Run `mvn -Dexec.mainClass="com.browserstack.PlaywrightSessionDetailsTest" -Dexec.classpathScope=test test-compile exec:java` to check how to get session details.
3030

playwright-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- To run parallel tests, run `python parallel-playwright-test.py`
2222
- To run sessions on emulated devices,
2323
`python playwright-test-on-iphone.py` or `python playwright-test-on-pixel.py`
24-
You can specify any device name from thr below list:
24+
You can specify any device name from thebelow list:
2525
https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json
2626
- Run `python session-details-playwright-test.py` to check how to get session details.
2727

0 commit comments

Comments
 (0)