We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c79c8 commit bb57665Copy full SHA for bb57665
pywhatkit/whats.py
@@ -31,7 +31,7 @@ def sendwhatmsg_instantly(
31
32
web.open(f"https://web.whatsapp.com/send?phone={phone_no}&text={quote(message)}")
33
time.sleep(4)
34
- pg.click(core.WIDTH / 2, core.HEIGHT / 2)
+ pg.click(core.WIDTH / 2, core.HEIGHT / 2 + 15)
35
time.sleep(wait_time - 4)
36
core.findtextbox()
37
pg.press("enter")
0 commit comments