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

Method concentrer

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

Source from the content-addressed store, hash-verified

234 return self.clear(*args, **kwargs)
235
236 def concentrer(self, *args, **kwargs):
237 # focus(selector)
238 return self.focus(*args, **kwargs)
239
240 def js_cliquer(self, *args, **kwargs):
241 # js_click(selector)

Callers

nothing calls this directly

Calls 1

focusMethod · 0.45

Tested by

no test coverage detected