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

Method fill

seleniumbase/fixtures/base_case.py:9732–9736  ·  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

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
9734 ):
9735 """Same as self.update_text()"""
9736 self.update_text(selector, text, by=by, timeout=timeout, retry=retry)
9737
9738 def write(
9739 self, selector, text, by="css selector", timeout=None, retry=False

Callers 15

mainFunction · 0.80
mainFunction · 0.80
raw_nike_sync.pyFile · 0.80
raw_indeed_sync.pyFile · 0.80
raw_gitlab_sync.pyFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
raw_basic_sync.pyFile · 0.80

Calls 1

update_textMethod · 0.95

Tested by 2

test_add_item_to_cartMethod · 0.64
test_add_item_to_cartMethod · 0.64