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

Method terug

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

Source from the content-addressed store, hash-verified

158 return self.get_page_source(*args, **kwargs)
159
160 def terug(self, *args, **kwargs):
161 # go_back()
162 return self.go_back(*args, **kwargs)
163
164 def vooruit(self, *args, **kwargs):
165 # go_forward()

Callers 1

test_voorbeeld_1Method · 0.80

Calls 1

go_backMethod · 0.45

Tested by 1

test_voorbeeld_1Method · 0.64