We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6fba7 commit 7cfa79aCopy full SHA for 7cfa79a
examples/cdp_mode/raw_tiktok.py
@@ -1,10 +1,10 @@
1
from seleniumbase import SB
2
3
-with SB(uc=True, test=True, ad_block=True) as sb:
+with SB(uc=True, test=True, guest=True) as sb:
4
url = "https://www.tiktok.com/@startrek?lang=en"
5
sb.activate_cdp_mode(url)
6
- sb.sleep(2)
+ sb.sleep(3)
7
print(sb.get_text('h2[data-e2e="user-bio"]'))
8
for i in range(54):
9
- sb.cdp.scroll_down(12)
+ sb.scroll_down(12)
10
sb.sleep(1)
0 commit comments