Skip to content

Instantly share code, notes, and snippets.

@ccuadrado
Created January 12, 2015 20:25
Show Gist options
  • Select an option

  • Save ccuadrado/9dd9a72e20c3c9a7c4b9 to your computer and use it in GitHub Desktop.

Select an option

Save ccuadrado/9dd9a72e20c3c9a7c4b9 to your computer and use it in GitHub Desktop.
begin
Timeout::timeout(100) do
until page.execute_script('$.active') == 0
sleep 10
end
end
rescue Timeout::Error => e
puts "Warning - error - cause #{e.exception}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment