Uses of Class
org.openqa.selenium.remote.Augmenter
-
Packages that use Augmenter Package Description org.openqa.selenium.remote -
-
Uses of Augmenter in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return Augmenter Modifier and Type Method Description <X> Augmenter
Augmenter. addDriverAugmentation(java.lang.String capabilityName, java.lang.Class<X> implementThis, java.util.function.BiFunction<org.openqa.selenium.Capabilities,ExecuteMethod,X> usingThis)
<X> Augmenter
Augmenter. addDriverAugmentation(java.util.function.Predicate<org.openqa.selenium.Capabilities> whenThisMatches, java.lang.Class<X> implementThis, java.util.function.BiFunction<org.openqa.selenium.Capabilities,ExecuteMethod,X> usingThis)
<X> Augmenter
Augmenter. addDriverAugmentation(AugmenterProvider<X> provider)
Methods in org.openqa.selenium.remote with parameters of type Augmenter Modifier and Type Method Description RemoteWebDriverBuilder
RemoteWebDriverBuilder. augmentUsing(Augmenter augmenter)
-