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 c62b592 commit 237cda6Copy full SHA for 237cda6
examples/raw_cdp_copilot.py
@@ -32,6 +32,9 @@
32
file_name = "copilot_results.html"
33
sb.save_as_html(file_name, folder)
34
print('"./%s/%s" was saved!' % (folder, file_name))
35
+ print()
36
+ text = sb.get_text('[data-testid="highlighted-chats"]')
37
+ print(text.replace(" ", " ").replace(" . ", ". "))
38
sb.driver.stop()
39
except Exception:
40
print("Something failed!")
0 commit comments