Uses of Interface
org.openqa.selenium.remote.AugmenterProvider
-
Packages that use AugmenterProvider Package Description org.openqa.selenium.remote org.openqa.selenium.remote.html5 org.openqa.selenium.remote.mobile -
-
Uses of AugmenterProvider in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement AugmenterProvider Modifier and Type Class Description class
AddRotatable
Methods in org.openqa.selenium.remote with parameters of type AugmenterProvider Modifier and Type Method Description void
BaseAugmenter. addDriverAugmentation(java.lang.String capabilityName, AugmenterProvider handlerClass)
Add a mapping between a capability name and the implementation of the interface that name represents for instances ofWebDriver
.void
BaseAugmenter. addDriverAugmentation(java.util.function.Predicate<org.openqa.selenium.Capabilities> predicate, AugmenterProvider handlerClass)
void
BaseAugmenter. addElementAugmentation(java.lang.String capabilityName, AugmenterProvider handlerClass)
Add a mapping between a capability name and the implementation of the interface that name represents for instances ofWebElement
.void
BaseAugmenter. addElementAugmentation(java.util.function.Predicate<org.openqa.selenium.Capabilities> predicate, AugmenterProvider handlerClass)
Method parameters in org.openqa.selenium.remote with type arguments of type AugmenterProvider Modifier and Type Method Description protected <X> X
Augmenter. create(RemoteWebDriver driver, java.util.Map<java.util.function.Predicate<org.openqa.selenium.Capabilities>,AugmenterProvider> augmentors, X objectToAugment)
protected abstract <X> X
BaseAugmenter. create(RemoteWebDriver driver, java.util.Map<java.util.function.Predicate<org.openqa.selenium.Capabilities>,AugmenterProvider> augmentors, X objectToAugment)
Subclasses should perform the requested augmentation.protected <X> X
JdkAugmenter. create(RemoteWebDriver driver, java.util.Map<java.util.function.Predicate<org.openqa.selenium.Capabilities>,AugmenterProvider> augmentors, X objectToAugment)
-
Uses of AugmenterProvider in org.openqa.selenium.remote.html5
Classes in org.openqa.selenium.remote.html5 that implement AugmenterProvider Modifier and Type Class Description class
AddApplicationCache
class
AddLocationContext
class
AddWebStorage
-
Uses of AugmenterProvider in org.openqa.selenium.remote.mobile
Classes in org.openqa.selenium.remote.mobile that implement AugmenterProvider Modifier and Type Class Description class
AddNetworkConnection
-