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

Method en_avant

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

Source from the content-addressed store, hash-verified

162 return self.go_back(*args, **kwargs)
163
164 def en_avant(self, *args, **kwargs):
165 # go_forward()
166 return self.go_forward(*args, **kwargs)
167
168 def est_texte_affiché(self, *args, **kwargs):
169 # is_text_visible(text, selector="html")

Callers 1

test_exemple_1Method · 0.80

Calls 1

go_forwardMethod · 0.45

Tested by 1

test_exemple_1Method · 0.64