Created
January 12, 2015 20:25
-
-
Save ccuadrado/9dd9a72e20c3c9a7c4b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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