previousSiblingElement - web automation propety
Internet Explorer automation property that returns the previous child of the parent for the object in the HTML DOM hierarchy.
Applies to:
- Element
var e = elementObj.previsouSiblingElement;
Arguments:
- None.
Remarks:
-
If the current element is the first child in DOM hierarchy, then null is returned.
Example:
None.
See also:
- Element | parentElement | nextSiblingElement
©
2017 CodeCentrix Software. All rights reserved.