-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not Sending whatsapp message #1
Comments
Hi @sagban, |
@ManivannanMurugavel how to modify the send button so it will automatically send it? |
Hi, Change the line 34 to |
Nice work bro, Instead of searching friends name in the recents list, we can search a name in the contact list and can send the message. |
Hi @sagban |
@ManivannanMurugavel Can you do it in Firefox instead of Chrome? Thanks |
hi @DanielUnn It's worked both..... |
File "C:\Users\shashi chandra\Anaconda3\lib\site-packages\selenium\webdriver\remote\webelement.py", line 479, in send_keys |
Hi,
When I am running this program, it's not sending a whatsapp message, it directs my friends inbox, and message gets typed there, but not sending.
May be this because of sendbutton.click() is not working.
On my terminal It's showing this
Traceback (most recent call last): File "whatsapp_sendmessage.py", line 34, in <module> sendbutton = driver.find_elements_by_xpath('//*[@id="main"]/footer/div[1]/button')[0] IndexError: list index out of range
The text was updated successfully, but these errors were encountered: