* Retrieves the element's tag name. * * @return {!Promise } A promise that will be resolved with the * element's tag name.
()
| 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 |