aws-s3-bucket-browser
aws-s3-bucket-browser copied to clipboard
send message and send image is not working
Description
function sendwhatmsg() and sendwhats_image() isn't working
sendwhat message is copying the text on the message bar only but not sending, similarly sendwhats_image is not uploading or sending the image. Because there is no implemented functionality for uploading the image or sending it same goes with text message.
This could be done by using the keyboard library and clicking the remaining flow to perform the tasks
To Reproduce
send_image( path=img_path, caption=caption, receiver=receiver, wait_time=wait_time )
by using the above method image will select but not sent to the receiver number
send_message(message=message, receiver=phone_no, wait_time=wait_time)
by using the above method message will type but not send to the receiver number
Screenshots
It doesn't work for uploading or sending image and doesn't work with sending a message(hence it does write a message in the input field of WhatsApp but don't click the send button)
Version Information
- OS: [ Windows 10]
- Browser: [Google Chrome]
- Python: [Python 3.9.12]
- PyWhatKit: [5.3]