Skip to content

Commit 58c2c89

Browse files
committed
Update the CDP Mode documentation
1 parent bb412d0 commit 58c2c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/cdp_mode/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
4646
That disconnects WebDriver from Chrome (which prevents detection), and gives you access to `sb.cdp` methods (which don't trigger anti-bot checks).
4747

48+
> (**New:** Calling **`sb.open(url)`** from UC Mode also activates CDP Mode now.)
49+
4850
Simple example from [SeleniumBase/examples/cdp_mode/raw_gitlab.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gitlab.py):
4951

5052
```python

0 commit comments

Comments
 (0)