Description
The library works fine when I am using a single monitor, but when I plug in multiple monitors it does not work.
The python script opens and enters the text message in the textbox in whatsapp window just fine, but, it is not able to send the message or interact with the send button.
To Reproduce
Connect multiple monitors, in my case i am using 3 monitors
in the follwing format:

Python Script:
import pywhatkit as whatsapp
whatsapp.sendwhatmsg_instantly("+919137823863", "test2", 10)
Version Information
- OS: Ubuntu 24.04 LTS x86_64
- Browser: Mozilla Firefox
- Python: 3.12
- PyWhatKit: Verson 5.3 (Stable)
Description
The library works fine when I am using a single monitor, but when I plug in multiple monitors it does not work.
The python script opens and enters the text message in the textbox in whatsapp window just fine, but, it is not able to send the message or interact with the send button.
To Reproduce
Connect multiple monitors, in my case i am using 3 monitors

in the follwing format:
Python Script:
import pywhatkit as whatsapp
whatsapp.sendwhatmsg_instantly("+919137823863", "test2", 10)
Version Information