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

Method jquery_modifier_texte

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

Source from the content-addressed store, hash-verified

254 return self.jquery_click(*args, **kwargs)
255
256 def jquery_modifier_texte(self, *args, **kwargs):
257 # jquery_update_text(selector, text)
258 return self.jquery_update_text(*args, **kwargs)
259
260 def jquery_taper(self, *args, **kwargs):
261 # jquery_type(selector, text)

Callers

nothing calls this directly

Calls 1

jquery_update_textMethod · 0.80

Tested by

no test coverage detected