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 TypeInterfaceDescriptioninterface
WebDriver is a remote control interface that enables introspection and control of user agents (browsers).interface
Represents 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 JavascriptExecutor
By.getJavascriptExecutor
(SearchContext context) protected WebDriver
By.getWebDriver
(SearchContext context)