anirudhbagri / whatsapp-bulk-messenger

Send whatsapp message in bulk
214 stars 131 forks source link

what if the number is not valide ? #6

Closed m7jalta closed 2 years ago

m7jalta commented 3 years ago

the script is working when the number is valide but when a number is not whatsapp is showing a message with ok button! i tried to fix that with : from selenium.webdriver import ActionChains

ActionChains(browser).click(element).perform()

but i am getting some errors

nb: i tried click but class but not working

anirudhbagri commented 3 years ago

Let the script run as it is, it will automatically move to the next number after trying thr invalid number in next 30 seconds.

anirudhbagri commented 3 years ago

It's a known issue, fix is coming soon.

anirudhbagri commented 2 years ago

Hi @m7jalta,

Did the 30-second wait trick worked for you?