Uses of Interface
org.openqa.selenium.remote.server.DriverProvider
-
Packages that use DriverProvider Package Description org.openqa.selenium.remote.server -
-
Uses of DriverProvider in org.openqa.selenium.remote.server
Classes in org.openqa.selenium.remote.server that implement DriverProvider Modifier and Type Class Description class
DefaultDriverProvider
This driver provider uses reflection to find and call a driver constructor that accepts a parameter of Capabilities type.Methods in org.openqa.selenium.remote.server that return DriverProvider Modifier and Type Method Description static DriverProvider
DefaultDriverProvider. createProvider(org.openqa.selenium.Capabilities capabilities, java.lang.String driverClassName)
Methods in org.openqa.selenium.remote.server that return types with arguments of type DriverProvider Modifier and Type Method Description protected java.lang.Iterable<DriverProvider>
ActiveSessionFactory. loadDriverProviders()
-