Uses of Interface
org.openqa.selenium.remote.ExecuteMethod
-
Packages that use ExecuteMethod Package Description org.openqa.selenium.bidi org.openqa.selenium.devtools org.openqa.selenium.remote org.openqa.selenium.remote.html5 org.openqa.selenium.remote.mobile -
-
Uses of ExecuteMethod in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi with parameters of type ExecuteMethod Modifier and Type Method Description HasBiDi
BiDiProvider. getImplementation(org.openqa.selenium.Capabilities caps, ExecuteMethod executeMethod)
-
Uses of ExecuteMethod in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools with parameters of type ExecuteMethod Modifier and Type Method Description HasDevTools
DevToolsProvider. getImplementation(org.openqa.selenium.Capabilities caps, ExecuteMethod executeMethod)
-
Uses of ExecuteMethod in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement ExecuteMethod Modifier and Type Class Description class
RemoteExecuteMethod
Fields in org.openqa.selenium.remote declared as ExecuteMethod Modifier and Type Field Description protected ExecuteMethod
RemoteLogs. executeMethod
Methods in org.openqa.selenium.remote that return ExecuteMethod Modifier and Type Method Description protected ExecuteMethod
RemoteWebDriver. getExecuteMethod()
Methods in org.openqa.selenium.remote with parameters of type ExecuteMethod Modifier and Type Method Description org.openqa.selenium.HasAuthentication
AddHasAuthentication. getImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)
org.openqa.selenium.logging.HasLogEvents
AddHasLogEvents. getImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)
X
AugmenterProvider. getImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)
For the interface that this provider describes, return an implementation.Method parameters in org.openqa.selenium.remote with type arguments of type ExecuteMethod Modifier and Type Method Description <X> Augmenter
Augmenter. addDriverAugmentation(java.lang.String capabilityName, java.lang.Class<X> implementThis, java.util.function.BiFunction<org.openqa.selenium.Capabilities,ExecuteMethod,X> usingThis)
<X> Augmenter
Augmenter. addDriverAugmentation(java.util.function.Predicate<org.openqa.selenium.Capabilities> whenThisMatches, java.lang.Class<X> implementThis, java.util.function.BiFunction<org.openqa.selenium.Capabilities,ExecuteMethod,X> usingThis)
Constructors in org.openqa.selenium.remote with parameters of type ExecuteMethod Constructor Description RemoteLogs(ExecuteMethod executeMethod, org.openqa.selenium.logging.LocalLogs localLogs)
-
Uses of ExecuteMethod in org.openqa.selenium.remote.html5
Methods in org.openqa.selenium.remote.html5 with parameters of type ExecuteMethod Modifier and Type Method Description org.openqa.selenium.html5.WebStorage
AddWebStorage. getImplementation(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod)
Constructors in org.openqa.selenium.remote.html5 with parameters of type ExecuteMethod Constructor Description 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)
-