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

Method soumettre

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

Source from the content-addressed store, hash-verified

226 return self.wait(*args, **kwargs)
227
228 def soumettre(self, *args, **kwargs):
229 # submit(selector)
230 return self.submit(*args, **kwargs)
231
232 def effacer(self, *args, **kwargs):
233 # clear(selector)

Callers

nothing calls this directly

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected