Uses of Interface
org.openqa.selenium.SearchContext
Packages that use SearchContext
- 
Uses of SearchContext in org.openqa.selenium
Subinterfaces of SearchContext in org.openqa.seleniumModifier and TypeInterfaceDescriptioninterfaceWebDriver is a remote control interface that enables introspection and control of user agents (browsers).interfaceRepresents an HTML element.Methods in org.openqa.selenium that return SearchContextMethods in org.openqa.selenium with parameters of type SearchContextModifier and TypeMethodDescriptionBy.findElement(SearchContext context) Find a single element.abstract List<WebElement> By.findElements(SearchContext context) Find many elements.protected JavascriptExecutorBy.getJavascriptExecutor(SearchContext context) protected WebDriverBy.getWebDriver(SearchContext context)