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

Method apri

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected