MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getTagName

Method getTagName

java/src/org/openqa/selenium/WebElement.java:90–90  ·  view source on GitHub ↗

Get the tag name of this element. Not the value of the name attribute: will return "input" for the element <input name="foo" /> . See W3C WebDriver specification for more details. @return T

()

Source from the content-addressed store, hash-verified

88 * @return The tag name of this element.
89 */
90 String getTagName();
91
92 /**
93 * Get the value of the given property of the element. Will return the current value, even if this

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls