MCPcopy Index your code
hub / github.com/tebeka/selenium / Refresh

Method Refresh

remote.go:647–649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

645}
646
647func (wd *remoteWD) Refresh() error {
648 return wd.voidCommand("/session/%s/refresh", nil)
649}
650
651func (wd *remoteWD) Title() (string, error) {
652 return wd.stringCommand("/session/%s/title")

Callers

nothing calls this directly

Calls 1

voidCommandMethod · 0.95

Tested by

no test coverage detected