We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633f4ec commit a2a6e99Copy full SHA for a2a6e99
examples/cdp_mode/raw_chatgpt.py
@@ -5,7 +5,7 @@
5
url = "https://chatgpt.com/"
6
sb.activate_cdp_mode(url)
7
query = "Compare Playwright to SeleniumBase in under 178 words"
8
- sb.type("#prompt-textarea", query)
+ sb.press_keys("#prompt-textarea", query)
9
sb.click('button[data-testid="send-button"]')
10
print('*** Input for ChatGPT: ***\n"%s"' % query)
11
with suppress(Exception):
0 commit comments