Created
September 25, 2011 23:17
-
-
Save nowk/1241306 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
def wait_for_ajax(timeout = 5) #Timeout in seconds | |
page.wait_until(timeout) { page.evaluate_script "jQuery.active == 0" } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment