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

Method go_forward

seleniumbase/core/sb_cdp.py:515–516  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

513 self.loop.run_until_complete(self.page.back())
514
515 def go_forward(self):
516 self.loop.run_until_complete(self.page.forward())
517
518 def get_navigation_history(self):
519 return self.loop.run_until_complete(self.page.get_navigation_history())

Callers 11

go_forwardFunction · 0.45
forwardMethod · 0.45
vooruitMethod · 0.45
en_avantMethod · 0.45
avantiMethod · 0.45
adelanteMethod · 0.45
앞으로Method · 0.45
впередMethod · 0.45
進むMethod · 0.45
向前Method · 0.45
avançarMethod · 0.45

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected