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
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