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

Method add_js_code

seleniumbase/fixtures/base_case.py:10120–10123  ·  view source on GitHub ↗
(self, js_code)

Source from the content-addressed store, hash-verified

10118 js_utils.add_js_code_from_link(self.driver, js_link)
10119
10120 def add_js_code(self, js_code):
10121 self.__check_scope()
10122 self._check_browser()
10123 js_utils.add_js_code(self.driver, js_code)
10124
10125 def add_meta_tag(self, http_equiv=None, content=None):
10126 self.__check_scope()

Callers 1

load_html_stringMethod · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by

no test coverage detected