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

Method js_modifier_texte

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

Source from the content-addressed store, hash-verified

242 return self.js_click(*args, **kwargs)
243
244 def js_modifier_texte(self, *args, **kwargs):
245 # js_update_text(selector, text)
246 return self.js_update_text(*args, **kwargs)
247
248 def js_taper(self, *args, **kwargs):
249 # js_type(selector, text)

Callers

nothing calls this directly

Calls 1

js_update_textMethod · 0.80

Tested by

no test coverage detected