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

Method input

seleniumbase/fixtures/base_case.py:9726–9730  ·  view source on GitHub ↗

Same as self.update_text()

(
        self, selector, text, by="css selector", timeout=None, retry=False
    )

Source from the content-addressed store, hash-verified

9724 self.save_page_source(name, folder=folder)
9725
9726 def input(
9727 self, selector, text, by="css selector", timeout=None, retry=False
9728 ):
9729 """Same as self.update_text()"""
9730 self.update_text(selector, text, by=by, timeout=timeout, retry=retry)
9731
9732 def fill(
9733 self, selector, text, by="css selector", timeout=None, retry=False

Callers

nothing calls this directly

Calls 1

update_textMethod · 0.95

Tested by

no test coverage detected