Skip to content

Commit 237cda6

Browse files
committed
Update an example
1 parent c62b592 commit 237cda6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/raw_cdp_copilot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
file_name = "copilot_results.html"
3333
sb.save_as_html(file_name, folder)
3434
print('"./%s/%s" was saved!' % (folder, file_name))
35+
print()
36+
text = sb.get_text('[data-testid="highlighted-chats"]')
37+
print(text.replace(" ", " ").replace(" . ", ". "))
3538
sb.driver.stop()
3639
except Exception:
3740
print("Something failed!")

0 commit comments

Comments
 (0)