MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / activate_jquery

Method activate_jquery

seleniumbase/fixtures/base_case.py:5033–5038  ·  view source on GitHub ↗

If "jQuery is not defined", use this method to activate it for use. This happens because jQuery is not always defined on web sites.

(self)

Source from the content-addressed store, hash-verified

5031 self.driver.install_addon(xpi_path, temporary=True)
5032
5033 def activate_jquery(self):
5034 """If "jQuery is not defined", use this method to activate it for use.
5035 This happens because jQuery is not always defined on web sites."""
5036 self.wait_for_ready_state_complete()
5037 js_utils.activate_jquery(self.driver)
5038 self.wait_for_ready_state_complete()
5039
5040 def activate_demo_mode(self):
5041 self.demo_mode = True

Callers 15

safe_execute_scriptMethod · 0.95
activate_bootstrapFunction · 0.80
activate_driverjsFunction · 0.80
activate_hopscotchFunction · 0.80
activate_introjsFunction · 0.80
activeer_jqueryMethod · 0.80
activer_jqueryMethod · 0.80
attiva_jqueryMethod · 0.80
activar_jqueryMethod · 0.80
JQUERY_로드Method · 0.80
JQUERYを読み込むMethod · 0.80

Calls 1

Tested by

no test coverage detected