tahakhursheed / WhatsBot

WhatsApp Web automation to send customized messages or bulk messages to contacts with a GUI.
GNU General Public License v3.0
15 stars 5 forks source link

Hello #1

Open sergiojacob opened 5 years ago

sergiojacob commented 5 years ago

The script is working but the selenium is working to quick... it paste's the names not in the search box but in the msg it self and gets stuck... how can i slow down and create a pause between each entry?

thanks in advance...

tahakhursheed commented 5 years ago

The best solution i can think of atm is to add some sleep. import time and add time.sleep() for 0.5 seconds or so. Let me know how it goes.