MCPcopy Create free account
hub / github.com/tebeka/selenium / Title

Method Title

selenium.go:258–258  ·  view source on GitHub ↗

Title returns the current page's title.

()

Source from the content-addressed store, hash-verified

256 CurrentURL() (string, error)
257 // Title returns the current page's title.
258 Title() (string, error)
259 // PageSource returns the current page's source.
260 PageSource() (string, error)
261 // Close closes the current window.

Callers 2

testTitleFunction · 0.65
testWaitFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 2

testTitleFunction · 0.52
testWaitFunction · 0.52