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

Method add_css_link

seleniumbase/fixtures/base_case.py:10100–10103  ·  view source on GitHub ↗
(self, css_link)

Source from the content-addressed store, hash-verified

10098 ############
10099
10100 def add_css_link(self, css_link):
10101 self.__check_scope()
10102 self._check_browser()
10103 js_utils.add_css_link(self.driver, css_link)
10104
10105 def add_js_link(self, js_link):
10106 self.__check_scope()

Callers 5

activate_bootstrapFunction · 0.80
activate_driverjsFunction · 0.80
activate_hopscotchFunction · 0.80
activate_introjsFunction · 0.80
activate_shepherdFunction · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by

no test coverage detected