Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.html5 | |
org.openqa.selenium.remote.mobile |
Modifier and Type | Class and Description |
---|---|
class |
RemoteExecuteMethod |
Modifier and Type | Field and Description |
---|---|
protected ExecuteMethod |
RemoteLogs.executeMethod |
protected ExecuteMethod |
RemoteMouse.executor |
protected ExecuteMethod |
RemoteKeyboard.executor |
protected ExecuteMethod |
RemoteActionChainExecutor.executor |
Modifier and Type | Method and Description |
---|---|
protected ExecuteMethod |
RemoteWebDriver.getExecuteMethod() |
Modifier and Type | Method and Description |
---|---|
Object |
InterfaceImplementation.invoke(ExecuteMethod executeMethod,
Object self,
Method method,
Object... args)
Called when it has become apparent that this is the right interface to implement a particular
method.
|
Constructor and Description |
---|
RemoteActionChainExecutor(ExecuteMethod executor) |
RemoteKeyboard(ExecuteMethod executor) |
RemoteLogs(ExecuteMethod executeMethod,
LocalLogs localLogs) |
RemoteMouse(ExecuteMethod executor) |
RemoteTouchScreen(ExecuteMethod executeMethod) |
Constructor and Description |
---|
RemoteApplicationCache(ExecuteMethod executeMethod) |
RemoteLocalStorage(ExecuteMethod executeMethod) |
RemoteLocationContext(ExecuteMethod executeMethod) |
RemoteSessionStorage(ExecuteMethod executeMethod) |
RemoteWebStorage(ExecuteMethod executeMethod) |
Constructor and Description |
---|
RemoteNetworkConnection(ExecuteMethod executeMethod) |
Copyright © 2016. All rights reserved.