Created
November 15, 2013 19:58
-
-
Save isaulv/7490610 to your computer and use it in GitHub Desktop.
How to deal with jquery ui widgets
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_jquery_animation_to_complete(self, selector): | |
| script = '$(\'{}\').filter(":animated").length === 0;'.format(selector) | |
| self.wait_for_script_expression_to_evaluate_true(script) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment