Skip to content

Commit 04c95d3

Browse files
committed
document pypi package
1 parent 01bbe0f commit 04c95d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ playwright [custom selector engines](https://playwright.dev/docs/extensibility#c
44

55
## installation
66

7+
### if using playwright for nodejs
8+
79
```bash
810
npm install playwright-ui5
911
```
1012

13+
### if using playwright for python
14+
15+
```bash
16+
uv add playwright-ui5-select
17+
```
18+
19+
see the [playwright-ui5-select](https://github.com/JamesYFC/playwright-ui5-select) repo for usage instructions
20+
1121
## usage
1222

1323
playwright-ui5 contains a selector engine for both css and xpath syntax. you can use whichever one you want, but the xpath one is more flexible since not all css selector syntax has been implemented yet.

0 commit comments

Comments
 (0)