Uses of Interface
org.openqa.selenium.remote.AugmenterProvider
-
Packages that use AugmenterProvider Package Description org.openqa.selenium.devtools org.openqa.selenium.remote org.openqa.selenium.remote.html5 org.openqa.selenium.remote.mobile -
-
Uses of AugmenterProvider in org.openqa.selenium.devtools
Classes in org.openqa.selenium.devtools that implement AugmenterProvider Modifier and Type Class Description class
DevToolsProvider
-
Uses of AugmenterProvider in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement AugmenterProvider Modifier and Type Class Description class
AddRotatable
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessionsMethods in org.openqa.selenium.remote with parameters of type AugmenterProvider Modifier and Type Method Description <X> Augmenter
Augmenter. addDriverAugmentation(AugmenterProvider<X> provider)
-
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
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessionsclass
AddLocationContext
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessionsclass
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
Deprecated.Uses a non W3C compliant capability and is not available in W3C WebDriver sessions
-