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

Method remove_from_dom

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

Source from the content-addressed store, hash-verified

1066 self.select(selector).remove_from_dom()
1067
1068 def remove_from_dom(self, selector):
1069 self.select(selector).remove_from_dom()
1070
1071 def remove_elements(self, selector):
1072 """Remove all elements on the page that match the selector."""

Callers 2

remove_elementMethod · 0.80
raw_kohls.pyFile · 0.80

Calls 1

selectMethod · 0.95

Tested by

no test coverage detected