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

Method getTagName

javascript/selenium-webdriver/lib/webdriver.js:2800–2802  ·  view source on GitHub ↗

* Retrieves the element's tag name. * * @return {!Promise } A promise that will be resolved with the * element's tag name.

()

Source from the content-addressed store, hash-verified

2798 * element's tag name.
2799 */
2800 getTagName() {
2801 return this.execute_(new command.Command(command.Name.GET_ELEMENT_TAG_NAME))
2802 }
2803
2804 /**
2805 * Retrieves the value of a computed style property for this instance. If

Callers

nothing calls this directly

Calls 1

execute_Method · 0.95

Tested by

no test coverage detected