org.openqa.selenium.internal
Interface FindsById


public interface FindsById


Method Summary
 WebElement findElementById(String using)
           
 List<WebElement> findElementsById(String using)
           
 

Method Detail

findElementById

WebElement findElementById(String using)

findElementsById

List<WebElement> findElementsById(String using)


Copyright © 2012. All Rights Reserved.