nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
239 stars 87 forks source link

how to do this. #17

Closed legendary-bro closed 4 years ago

legendary-bro commented 5 years ago

i want the bot to wait for some time to do any time (like deplay). any guide on it pls?

adisis commented 5 years ago

how about to use import time time.sleep(10) ?