Created
August 29, 2019 05:46
-
-
Save samuelvaneck/5cc9a662d2d793956e4fc0b5954abec7 to your computer and use it in GitHub Desktop.
Revisions
-
samuelvaneck created this gist
Aug 29, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ wait = Selenium::WebDriver::Wait.new wait.until { page.evaluate_script('jQuery.active').zero? }