tagName - web automation propety

Retrieves the tag name of the web automation Element.

Applies to:
Element
  var t = elementObj.tagName;
Arguments:
None.
Remarks:
The returned tag name is a lowercase string.
Example:

None.
		
See also:
Element | GetAttribute | nativeElement | SetAttribute

© 2014 CodeCentrix Software. All rights reserved.