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 58626be commit 3621159Copy full SHA for 3621159
examples/cdp_mode/raw_cdp_copilot.py
@@ -9,7 +9,7 @@
9
sb.sleep(0.5)
10
sb.click('button[data-testid*="chat-mode-"]')
11
sb.sleep(1.1)
12
-sb.click_if_visible('button[title="Think Deeper"]')
+sb.click_if_visible('button[title^="Think"]')
13
14
query = "How to start automating with SeleniumBase?"
15
sb.press_keys(textarea, query)
examples/cdp_mode/raw_copilot.py
@@ -10,7 +10,7 @@
- sb.click_if_visible('button[title="Think Deeper"]')
+ sb.click_if_visible('button[title^="Think"]')
16
0 commit comments