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

Removing logic to click in middle of screen #248

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

Conversation

ladyluk
Copy link

@ladyluk ladyluk commented Dec 13, 2022

Removing logic to click in middle of screen from 'send_message' function of core.py. Screen is already focused on textbox when WhatsApp is launched. Clicking middle of screen may click away from WhatsApp WebApp, resulting in several issues if window is not centered on screen, including:

  • inability to send message (closes Windows- Message won't send itself #231)
  • inability to type in the appropriate textbox
  • inadvertently clicking on different window/part of window
  • sending to incorrect recipient

…ion of core.py. Screen is already focused on textbox when WhatsApp is launched. Clicking middle of screen may click away from WhatsApp WebApp, resulting in inability to type or send message if window is not centered on screen.
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.

Windows- Message won't send itself
1 participant