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

Method go_back

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

Source from the content-addressed store, hash-verified

510 self.find_elements_by_text(link_text, "a")[0].click()
511
512 def go_back(self):
513 self.loop.run_until_complete(self.page.back())
514
515 def go_forward(self):
516 self.loop.run_until_complete(self.page.forward())

Callers 12

go_backFunction · 0.45
backMethod · 0.45
terugMethod · 0.45
retourMethod · 0.45
indietroMethod · 0.45
volverMethod · 0.45
뒤로Method · 0.45
назадMethod · 0.45
戻るMethod · 0.45
回去Method · 0.45
voltarMethod · 0.45
test_xkcdMethod · 0.45

Calls 1

backMethod · 0.45

Tested by 1

test_xkcdMethod · 0.36