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

Method modifier_texte

seleniumbase/translate/french.py:52–54  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

50 return self.click_with_offset(*args, **kwargs)
51
52 def modifier_texte(self, *args, **kwargs):
53 # update_text(selector, text)
54 return self.update_text(*args, **kwargs)
55
56 def taper(self, *args, **kwargs):
57 # type(selector, text) # Same as update_text()

Callers

nothing calls this directly

Calls 1

update_textMethod · 0.45

Tested by

no test coverage detected