Uses of Interface
org.openqa.selenium.remote.ExecuteMethod
Packages that use ExecuteMethod
Package
Description
-
Uses of ExecuteMethod in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi with parameters of type ExecuteMethodModifier and TypeMethodDescriptionBiDiProvider.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 ExecuteMethodModifier and TypeMethodDescriptionDevToolsProvider.getImplementation
(org.openqa.selenium.Capabilities caps, ExecuteMethod executeMethod) -
Uses of ExecuteMethod in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement ExecuteMethodFields in org.openqa.selenium.remote declared as ExecuteMethodMethods in org.openqa.selenium.remote that return ExecuteMethodMethods in org.openqa.selenium.remote with parameters of type ExecuteMethodModifier and TypeMethodDescriptionorg.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) 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 ExecuteMethodModifier and TypeMethodDescription<X> Augmenter
Augmenter.addDriverAugmentation
(String capabilityName, Class<X> implementThis, BiFunction<org.openqa.selenium.Capabilities, ExecuteMethod, X> usingThis) <X> Augmenter
Augmenter.addDriverAugmentation
(Predicate<org.openqa.selenium.Capabilities> whenThisMatches, Class<X> implementThis, BiFunction<org.openqa.selenium.Capabilities, ExecuteMethod, X> usingThis) Constructors in org.openqa.selenium.remote with parameters of type ExecuteMethodModifierConstructorDescriptionRemoteLogs
(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 ExecuteMethodModifier and TypeMethodDescriptionorg.openqa.selenium.html5.WebStorage
AddWebStorage.getImplementation
(org.openqa.selenium.Capabilities capabilities, ExecuteMethod executeMethod) Constructors in org.openqa.selenium.remote.html5 with parameters of type ExecuteMethodModifierConstructorDescriptionRemoteLocalStorage
(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