# Save screen shot driver.save_screenshot('screenshot.png')
# Wait for a specific element to show up wait = Selenium::WebDriver::Wait.new(:timeout => 10) # seconds wait.until { driver.find_element(:id => "foo") }
# WebDriver polls the DOM for a certain amount of time when trying to find an element # or elements if they are not immediately available for 30 seconds driver.manage.timeouts.implicit_wait = 30 element = driver.find_element(:id => "some-dynamic-element")
VULTR provides high performance cloud compute environment for you.
Vultr has 15 data-centers strategically placed around the globe, you can use a VPS with 512 MB memory for just $ 2.5 / month ($ 0.004 / hour).
In addition, Vultr is up to 4 times faster than the competition, so please check it => Check Benchmark Results!!