We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6911c commit 9ecd0c4Copy full SHA for 9ecd0c4
seleniumbase/fixtures/js_utils.py
@@ -163,7 +163,7 @@ def activate_jquery(driver):
163
pass
164
jquery_js = constants.JQuery.MIN_JS
165
add_js_link(driver, jquery_js)
166
- for x in range(22):
+ for x in range(25):
167
# jQuery needs a small amount of time to activate.
168
try:
169
driver.execute_script("jQuery('html');")
@@ -172,7 +172,7 @@ def activate_jquery(driver):
172
time.sleep(0.1)
173
174
175
- time.sleep(0.35)
+ time.sleep(0.5)
176
driver.execute_script("jQuery('head');")
177
return
178
except Exception:
0 commit comments