Can someone give a coding example of how to use this Selenium command?
getElementIndex()
If it has been deprecated, how would I know?
In other words, this code below is throwing an error as though it has been deprecated:
driver().findElement(By.id("id_value")).getElementIndex();