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

Method __highlight_overlay

seleniumbase/core/sb_cdp.py:585–588  ·  view source on GitHub ↗
(self, element)

Source from the content-addressed store, hash-verified

583 return self.loop.run_until_complete(self.page.wait(0.2))
584
585 def __highlight_overlay(self, element):
586 return (
587 self.loop.run_until_complete(element.highlight_overlay_async())
588 )
589
590 def __is_in_viewport(self, element):
591 return (

Callers 1

__add_sync_methodsMethod · 0.95

Calls 1

Tested by

no test coverage detected