Uses of Class
org.openqa.selenium.remote.Augmenter
Packages that use Augmenter
-
Uses of Augmenter in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return AugmenterModifier and TypeMethodDescription<X> Augmenter
Augmenter.addDriverAugmentation
(String capabilityName, Class<X> implementThis, BiFunction<org.openqa.selenium.Capabilities, ExecuteMethod, X> usingThis) <X> Augmenter
Augmenter.addDriverAugmentation
(Predicate<org.openqa.selenium.Capabilities> whenThisMatches, Class<X> implementThis, 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