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

Method __clear_input

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

Source from the content-addressed store, hash-verified

519 return self.loop.run_until_complete(self.page.get_navigation_history())
520
521 def __clear_input(self, element):
522 return (
523 self.loop.run_until_complete(element.clear_input_async())
524 )
525
526 def __click(self, element):
527 result = (

Callers 1

__add_sync_methodsMethod · 0.95

Calls 1

clear_input_asyncMethod · 0.80

Tested by

no test coverage detected