Skip to content

Commit 7cbcfd6

Browse files
committed
Update ReadMe to Show Tests & EvaluateAll Arg
1 parent 90e796a commit 7cbcfd6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@
1313
<a>
1414
<img src="https://img.shields.io/badge/Driver-Patched-blue">
1515
</a>
16+
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/actions/workflows/patchright_tests.yml">
17+
<img src="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/actions/workflows/patchright_tests.yml/badge.svg">
18+
</a>
19+
<br/>
1620
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/releases/latest">
1721
<img alt="Patchright Version" src="https://img.shields.io/github/v/release/microsoft/playwright-python?display_name=release&label=Version">
1822
</a>
19-
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/releases">
20-
<img alt="GitHub Downloads (all assets, all releases)" src="https://img.shields.io/pepy/dt/patchright?color=red">
21-
</a>
2223
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python">
2324
<img src="https://img.shields.io/badge/Package-Python-seagreen">
2425
</a>
26+
<a href="https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python/releases">
27+
<img alt="GitHub Downloads (all assets, all releases)" src="https://img.shields.io/pepy/dt/patchright?color=red">
28+
</a>
2529
</p>
2630

2731
#### Patchright is a patched and undetected version of the Playwright Testing and Automation Framework. </br> It can be used as a drop-in replacement for Playwright.
@@ -174,10 +178,10 @@ object.evaluate_handle(
174178
)
175179
```
176180

177-
#### **`evaluate_all`** Method <sub>([`Frame.evaluate_all`](https://playwright.dev/python/docs/next/api/class-locator#locator-evaluate-all))</sub>
181+
#### **`evaluate_all`** Method <sub>([`Locator.evaluate_all`](https://playwright.dev/python/docs/next/api/class-locator#locator-evaluate-all))</sub>
178182
- Added `isolated_context` to choose Execution Context (Main/Isolated). `Bool` (*optional*, Defaults to `True`)
179183
```diff
180-
Frame.evaluate_all(
184+
Locator.evaluate_all(
181185
expression: str,
182186
arg: typing.Optional[typing.Any] = None,
183187
...,

0 commit comments

Comments
 (0)