Skip to content

Commit 3621159

Browse files
committed
Update Copilot examples
1 parent 58626be commit 3621159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cdp_mode/raw_cdp_copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sb.sleep(0.5)
1010
sb.click('button[data-testid*="chat-mode-"]')
1111
sb.sleep(1.1)
12-
sb.click_if_visible('button[title="Think Deeper"]')
12+
sb.click_if_visible('button[title^="Think"]')
1313
sb.sleep(1.1)
1414
query = "How to start automating with SeleniumBase?"
1515
sb.press_keys(textarea, query)

examples/cdp_mode/raw_copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sb.sleep(0.5)
1111
sb.click('button[data-testid*="chat-mode-"]')
1212
sb.sleep(1.1)
13-
sb.click_if_visible('button[title="Think Deeper"]')
13+
sb.click_if_visible('button[title^="Think"]')
1414
sb.sleep(1.1)
1515
query = "How to start automating with SeleniumBase?"
1616
sb.press_keys(textarea, query)

0 commit comments

Comments
 (0)