Returns a WebElement matching the specified By object and index. @param by the By object. Examples are: By.id("id") and By.name("name") @param index the index of the WebElement. 0 if only one is available @return a WebElement matching the specified index
(By by, int index)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected