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

Method obtenir

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

Source from the content-addressed store, hash-verified

545 return self.fail(*args, **kwargs)
546
547 def obtenir(self, *args, **kwargs):
548 # get(url) # Same as open(url)
549 return self.get(*args, **kwargs)
550
551 def visiter(self, *args, **kwargs):
552 # visit(url) # Same as open(url)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected