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
A potential answer is in your stacktrace.
driver.element(:class, "gb_P").when_present.click