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

Method voltar

seleniumbase/translate/portuguese.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 voltar(self, *args, **kwargs):
161 # go_back()
162 return self.go_back(*args, **kwargs)
163
164 def avançar(self, *args, **kwargs):
165 # go_forward()

Callers 1

test_exemplo_1Method · 0.80

Calls 1

go_backMethod · 0.45

Tested by 1

test_exemplo_1Method · 0.64