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
()
| 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 |
no outgoing calls