Uses of Interface
org.openqa.selenium.SearchContext

Packages that use SearchContext
org.openqa.selenium   
 

Uses of SearchContext in org.openqa.selenium
 

Subinterfaces of SearchContext in org.openqa.selenium
 interface WebDriver
          The main interface to use for testing, which represents an idealised web browser.
 interface WebElement
          Represents an HTML element.
 

Methods in org.openqa.selenium with parameters of type SearchContext
 WebElement By.findElement(SearchContext context)
          Find a single element.
abstract  List<WebElement> By.findElements(SearchContext context)
          Find many elements.
 



Copyright © 2011. All Rights Reserved.