Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions alright/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ def send_attachment(self):
)
)
sendButton.click()
# images not send in case of bulk,
# as attachments takes some time to load, so adding some sleep
time.sleep(0.3)

# Waiting for the pending clock icon to disappear again - workaround for large files or loading videos.
# Appropriate solution for the presented issue. [nCKbr]
Expand Down