You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,22 @@ with SB(test=True) as sb:
85
85
86
86
--------
87
87
88
+
<palign="left">📗 Here's an example of bypassing bot-detection on a site that uses Cloudflare: <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_gitlab.py">SeleniumBase/examples/cdp_mode/raw_gitlab.py</a></p>
89
+
90
+
```python
91
+
from seleniumbase importSB
92
+
93
+
with SB(uc=True, test=True, locale_code="en") as sb:
<palign="left">📗 Here's <ahref="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_get_swag.py">test_get_swag.py</a>, which tests a QA shopping site:</p>
0 commit comments