I\'m building a Selenium/Ruby web bot that clicks on elements. The problem is, sometimes there isn\'t enough time for the page to load before the bot decides it can\'t find
Just use
sleep(number_of_seconds)
Then you can wait for it.