Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.html5 | |
org.openqa.selenium.remote.mobile |
Modifier and Type | Class and Description |
---|---|
class |
AddFindsByCss |
class |
AddFindsChildByCss |
class |
AddRemoteTouchScreen
Provides the RemoteTouchScreen for getTouch method to the proxy.
|
class |
AddRotatable |
Modifier and Type | Method and Description |
---|---|
void |
BaseAugmenter.addDriverAugmentation(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 |
BaseAugmenter.addElementAugmentation(String capabilityName,
AugmenterProvider handlerClass)
Add a mapping between a capability name and the implementation of the interface that name
represents for instances of
WebElement . |
Modifier and Type | Method and Description |
---|---|
protected <X> X |
JdkAugmenter.create(RemoteWebDriver driver,
Map<String,AugmenterProvider> augmentors,
X objectToAugment) |
protected abstract <X> X |
BaseAugmenter.create(RemoteWebDriver driver,
Map<String,AugmenterProvider> augmentors,
X objectToAugment)
Subclasses should perform the requested augmentation.
|
protected <X> X |
Augmenter.create(RemoteWebDriver driver,
Map<String,AugmenterProvider> augmentors,
X objectToAugment) |
Modifier and Type | Class and Description |
---|---|
class |
AddApplicationCache |
class |
AddLocationContext |
class |
AddWebStorage |
Modifier and Type | Class and Description |
---|---|
class |
AddNetworkConnection |
Copyright © 2015. All rights reserved.