MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / add_js_link

Method add_js_link

seleniumbase/fixtures/base_case.py:10105–10108  ·  view source on GitHub ↗
(self, js_link)

Source from the content-addressed store, hash-verified

10103 js_utils.add_css_link(self.driver, css_link)
10104
10105 def add_js_link(self, js_link):
10106 self.__check_scope()
10107 self._check_browser()
10108 js_utils.add_js_link(self.driver, js_link)
10109
10110 def add_css_style(self, css_style):
10111 self.__check_scope()

Callers 15

activate_bootstrapFunction · 0.80
activate_driverjsFunction · 0.80
activate_hopscotchFunction · 0.80
activate_introjsFunction · 0.80
activate_shepherdFunction · 0.80
openMethod · 0.80
clickMethod · 0.80
double_clickMethod · 0.80
context_clickMethod · 0.80
update_textMethod · 0.80
add_textMethod · 0.80
click_link_textMethod · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by

no test coverage detected