This is to send the whatsapp message from terminal any number of time
first open your terminal then
1. open the directory on terminal where you chrome driver or chrome application is present
2. Now write the following command on terminal "chrome.exe --remote-debugging-port=54037 --user-data-dir="D:\selenium\RemoteProfile"
it will open a chrome now you can run your code
3. Run the python code.
4. If error comes in any xpath then check it in inspect mode of the whatsapp and change it accordingly