Skip to content

Commit 49cfcf4

Browse files
committed
Update the Stealthy Playwright ReadMe
1 parent fa3b2e2 commit 49cfcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cdp_mode/playwright/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install seleniumbase playwright
2323
2424
## 💻 Usage
2525

26-
There are three primary ways to implement **Stealthy Playwright Mode**, depending on your project’s architecture and needs: `sb_cdp` sync, `SB()` nested sync, and `cdp_driver` async.
26+
There are three primary ways to implement **Stealthy Playwright Mode**, depending on your project’s architecture and needs: `sb_cdp` "sync", `SB()` "nested sync", and `cdp_driver` "async".
2727

2828
### 1. The lightweight "sync" format (`sb_cdp`)
2929

@@ -60,7 +60,7 @@ with SB(uc=True) as sb:
6060
page.goto("https://example.com")
6161
```
6262

63-
### 3. The async format (`cdp_driver`)
63+
### 3. The "async" format (`cdp_driver`)
6464

6565
Designed for modern asynchronous Python. This allows you to run multiple concurrent stealth sessions using `async/await` and Playwright's `async_api`.
6666

0 commit comments

Comments
 (0)