Uses of Interface
org.openqa.selenium.SearchContext
-
Packages that use SearchContext Package Description org.openqa.selenium -
-
Uses of SearchContext in org.openqa.selenium
Subinterfaces of SearchContext in org.openqa.selenium Modifier and Type Interface Description interfaceWebDriverWebDriver is a remote control interface that enables introspection and control of user agents (browsers).interfaceWebElementRepresents an HTML element.Methods in org.openqa.selenium that return SearchContext Modifier and Type Method Description default SearchContextWebElement. getShadowRoot()Methods in org.openqa.selenium with parameters of type SearchContext Modifier and Type Method Description WebElementBy. findElement(SearchContext context)Find a single element.abstract java.util.List<WebElement>By. findElements(SearchContext context)Find many elements.protected JavascriptExecutorBy. getJavascriptExecutor(SearchContext context)protected WebDriverBy. getWebDriver(SearchContext context)
-