Uses of Interface
org.openqa.selenium.remote.ExecuteMethod
-
Packages that use ExecuteMethod Package Description org.openqa.selenium.remote org.openqa.selenium.remote.html5 org.openqa.selenium.remote.mobile -
-
Uses of ExecuteMethod in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement ExecuteMethod Modifier and Type Class Description classRemoteExecuteMethodFields in org.openqa.selenium.remote declared as ExecuteMethod Modifier and Type Field Description protected ExecuteMethodRemoteLogs. executeMethodprotected ExecuteMethodRemoteKeyboard. executorprotected ExecuteMethodRemoteMouse. executorMethods in org.openqa.selenium.remote that return ExecuteMethod Modifier and Type Method Description protected ExecuteMethodRemoteWebDriver. getExecuteMethod()Methods in org.openqa.selenium.remote with parameters of type ExecuteMethod Modifier and Type Method Description java.lang.ObjectInterfaceImplementation. invoke(ExecuteMethod executeMethod, java.lang.Object self, java.lang.reflect.Method method, java.lang.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 Constructor Description RemoteKeyboard(ExecuteMethod executor)RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)RemoteMouse(ExecuteMethod executor)RemoteTouchScreen(ExecuteMethod executeMethod) -
Uses of ExecuteMethod in org.openqa.selenium.remote.html5
Constructors in org.openqa.selenium.remote.html5 with parameters of type ExecuteMethod Constructor Description RemoteApplicationCache(ExecuteMethod executeMethod)RemoteLocalStorage(ExecuteMethod executeMethod)RemoteLocationContext(ExecuteMethod executeMethod)RemoteSessionStorage(ExecuteMethod executeMethod)RemoteWebStorage(ExecuteMethod executeMethod) -
Uses of ExecuteMethod in org.openqa.selenium.remote.mobile
Constructors in org.openqa.selenium.remote.mobile with parameters of type ExecuteMethod Constructor Description RemoteNetworkConnection(ExecuteMethod executeMethod)
-