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

Method ouvrir

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

Source from the content-addressed store, hash-verified

9 self._language = "French"
10
11 def ouvrir(self, *args, **kwargs):
12 # open(url)
13 return self.open(*args, **kwargs)
14
15 def ouvrir_url(self, *args, **kwargs):
16 # open_url(url)

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected