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

Method openen

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected