MCPcopy Create free account
hub / github.com/SolarLune/masterplan / NavigateForward

Method NavigateForward

browser.go:716–725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

714}
715
716func (b *BrowserTab) NavigateForward() {
717 // entries := []*page.NavigationEntry{}
718 // currentEntry := int64(0)
719 // chromedp.Run(b.Context, chromedp.NavigationEntries(&currentEntry, &entries))
720 // if int(currentEntry) >= 1 {
721 // b.Do(chromedp.NavigateBack())
722 // }
723 b.Do(chromedp.EvaluateAsDevTools("history.forward()", nil))
724
725}
726
727func (b *BrowserTab) Navigate(url string) {
728

Callers 2

NewInternetContentsFunction · 0.80
UpdateMethod · 0.80

Calls 1

DoMethod · 0.95

Tested by

no test coverage detected