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

Method highlight_overlay

seleniumbase/core/sb_cdp.py:1057–1058  ·  view source on GitHub ↗
(self, selector)

Source from the content-addressed store, hash-verified

1055 element.focus()
1056
1057 def highlight_overlay(self, selector):
1058 self.find_element(selector).highlight_overlay()
1059
1060 def get_parent(self, element):
1061 if isinstance(element, str):

Callers 2

test_presentation_4Method · 0.80
raw_pokemon.pyFile · 0.80

Calls 1

find_elementMethod · 0.95

Tested by 1

test_presentation_4Method · 0.64