Uses of Enum Class
org.openqa.selenium.bidi.script.ResultOwnership
Packages that use ResultOwnership
-
Uses of ResultOwnership in org.openqa.selenium.bidi.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type ResultOwnershipModifier and TypeMethodDescriptionScript.evaluateFunctionInBrowsingContext
(String browsingContextId, String expression, boolean awaitPromise, Optional<ResultOwnership> resultOwnership) Script.evaluateFunctionInBrowsingContext
(String browsingContextId, String sandbox, String expression, boolean awaitPromise, Optional<ResultOwnership> resultOwnership) Script.evaluateFunctionInRealm
(String realmId, String expression, boolean awaitPromise, Optional<ResultOwnership> resultOwnership) -
Uses of ResultOwnership in org.openqa.selenium.bidi.script
Methods in org.openqa.selenium.bidi.script that return ResultOwnershipModifier and TypeMethodDescriptionstatic ResultOwnership
Returns the enum constant of this class with the specified name.static ResultOwnership[]
ResultOwnership.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.bidi.script with parameters of type ResultOwnershipModifier and TypeMethodDescriptionstatic LocalValue
LocalValue.channelValue
(String channelId, SerializationOptions options, ResultOwnership resultOwnership) CallFunctionParameters.resultOwnership
(ResultOwnership ownership) EvaluateParameters.resultOwnership
(ResultOwnership ownership) Constructors in org.openqa.selenium.bidi.script with parameters of type ResultOwnership