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

Method TagName

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

TagName returns the element's name.

()

Source from the content-addressed store, hash-verified

389
390 // TagName returns the element's name.
391 TagName() (string, error)
392 // Text returns the text of the element.
393 Text() (string, error)
394 // IsSelected returns true if element is selected.

Callers

nothing calls this directly

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by

no test coverage detected