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 276b25f commit 2564582Copy full SHA for 2564582
seleniumbase/fixtures/js_utils.py
@@ -125,8 +125,9 @@ def activate_jquery(driver):
125
# Since jQuery still isn't activating, give up and raise an exception
126
raise Exception(
127
'''Unable to load jQuery on "%s" due to a possible violation '''
128
- '''of the website's Content Security Policy '''
129
- '''directive. ''' % driver.current_url)
+ '''of the website's Content Security Policy directive. '''
+ '''To override this policy, add "--disable_csp" on the '''
130
+ '''command-line when running your tests.''' % driver.current_url)
131
132
133
def are_quotes_escaped(string):
0 commit comments