You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pywhatkit sendwhats_image function redirects to send_image function in the core module. As of reporting this bug, the function does not attach the image or send it along with the caption - even though the caption is typed in the whatsapp textbox on screen.
To Reproduce
call sendwhats_image function with the required parameters
Version Information
OS: MACOS 13.5.2
Browser: Firefox
Python: 3.12.1
PyWhatKit: 5.3
The text was updated successfully, but these errors were encountered:
The send_image function in the core module already uses the click() function from pygui to find the text box in which the text is getting typed. I have reused the same to find the textbox again before pasting the image. The current implementation was using the findtextbox() method which was internally using pygui to locate an image on screen which it could not find.
Please let me know if this approach seems right. This has been tested on MacOs with Firefox to be working for me.
Description
The pywhatkit sendwhats_image function redirects to send_image function in the core module. As of reporting this bug, the function does not attach the image or send it along with the caption - even though the caption is typed in the whatsapp textbox on screen.
To Reproduce
call sendwhats_image function with the required parameters
Version Information
The text was updated successfully, but these errors were encountered: