Uses of Interface
org.openqa.selenium.WrapsDriver
-
Packages that use WrapsDriver Package Description org.openqa.selenium.grid.session org.openqa.selenium.grid.session.remote org.openqa.selenium.remote org.openqa.selenium.support.events -
-
Uses of WrapsDriver in org.openqa.selenium.grid.session
Subinterfaces of WrapsDriver in org.openqa.selenium.grid.session Modifier and Type Interface Description interface
ActiveSession
-
Uses of WrapsDriver in org.openqa.selenium.grid.session.remote
Classes in org.openqa.selenium.grid.session.remote that implement WrapsDriver Modifier and Type Class Description class
RemoteSession
Abstract class designed to do things like protocol conversion.class
ServicedSession
-
Uses of WrapsDriver in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement WrapsDriver Modifier and Type Class Description class
RemoteExecuteMethod
class
RemoteWebElement
-
Uses of WrapsDriver in org.openqa.selenium.support.events
Classes in org.openqa.selenium.support.events that implement WrapsDriver Modifier and Type Class Description class
EventFiringWebDriver
Deprecated.UseEventFiringDecorator
andWebDriverListener
instead
-