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 15d7149 commit ec983f4Copy full SHA for ec983f4
seleniumbase/fixtures/base_case.py
@@ -722,7 +722,7 @@ def activate_jquery(self):
722
pass
723
self.execute_script(
724
'''var script = document.createElement("script"); '''
725
- '''script.src = "http://code.jquery.com/jquery-3.2.1.min.js"; '''
+ '''script.src = "https://code.jquery.com/jquery-3.2.1.min.js"; '''
726
'''document.getElementsByTagName("head")[0]'''
727
'''.appendChild(script);''')
728
for x in range(int(settings.MINI_TIMEOUT * 10.0)):
0 commit comments