|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AugmenterProvider | |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.html5 |
Uses of AugmenterProvider in org.openqa.selenium.remote |
---|
Classes in org.openqa.selenium.remote that implement AugmenterProvider | |
---|---|
class |
AddFindsByCss
|
class |
AddFindsChildByCss
|
class |
AddRotatable
|
Methods in org.openqa.selenium.remote with parameters of type AugmenterProvider | |
---|---|
void |
Augmenter.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 of WebDriver . |
void |
Augmenter.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 of WebElement . |
Uses of AugmenterProvider in org.openqa.selenium.remote.html5 |
---|
Classes in org.openqa.selenium.remote.html5 that implement AugmenterProvider | |
---|---|
class |
AddApplicationCache
|
class |
AddBrowserConnection
|
class |
AddDatabaseStorage
|
class |
AddLocationContext
|
class |
AddWebStorage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |