Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendwhats_image does not attach image and send it #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snehashukla29
Copy link

@snehashukla29 snehashukla29 commented Feb 6, 2024

closes #315

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sendwhats_image does not attach image and send it
1 participant