An NDoc Documented Class Library

ISelenium.GetElementIndex Method 

Get the relative index of an element to its parent (starting from 0). The comment node and empty text node will be ignored.

decimal GetElementIndex(
   string locator
);

Parameters

locator
an element locator pointing to an element

Return Value

of relative index of the element to its parent (starting from 0)

See Also

ISelenium Interface | Selenium Namespace