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

Method add_css_style

seleniumbase/fixtures/base_case.py:10110–10113  ·  view source on GitHub ↗
(self, css_style)

Source from the content-addressed store, hash-verified

10108 js_utils.add_js_link(self.driver, js_link)
10109
10110 def add_css_style(self, css_style):
10111 self.__check_scope()
10112 self._check_browser()
10113 js_utils.add_css_style(self.driver, css_style)
10114
10115 def add_js_code_from_link(self, js_link):
10116 self.__check_scope()

Callers 10

activate_bootstrapFunction · 0.80
activate_driverjsFunction · 0.80
activate_hopscotchFunction · 0.80
activate_introjsFunction · 0.80
activate_shepherdFunction · 0.80
raw_robot.pyFile · 0.80
test_presentationMethod · 0.80
test_dialog_boxesMethod · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by 4

test_presentationMethod · 0.64
test_dialog_boxesMethod · 0.64