|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecuteMethod | |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.html5 |
Uses of ExecuteMethod in org.openqa.selenium.remote |
---|
Classes in org.openqa.selenium.remote that implement ExecuteMethod | |
---|---|
class |
RemoteExecuteMethod
|
Fields in org.openqa.selenium.remote declared as ExecuteMethod | |
---|---|
protected ExecuteMethod |
RemoteLogs.executeMethod
|
protected ExecuteMethod |
RemoteKeyboard.executor
|
Methods in org.openqa.selenium.remote that return ExecuteMethod | |
---|---|
protected ExecuteMethod |
RemoteWebDriver.getExecuteMethod()
|
Methods in org.openqa.selenium.remote with parameters of type ExecuteMethod | |
---|---|
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. |
Constructors in org.openqa.selenium.remote with parameters of type ExecuteMethod | |
---|---|
RemoteKeyboard(ExecuteMethod executor)
|
|
RemoteLogs(ExecuteMethod executeMethod,
LocalLogs localLogs)
|
|
RemoteTouchScreen(ExecuteMethod executeMethod)
|
Uses of ExecuteMethod in org.openqa.selenium.remote.html5 |
---|
Constructors in org.openqa.selenium.remote.html5 with parameters of type ExecuteMethod | |
---|---|
RemoteLocalStorage(ExecuteMethod executeMethod)
|
|
RemoteLocationContext(ExecuteMethod executeMethod)
|
|
RemoteSessionStorage(ExecuteMethod executeMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |