Uses of Class
org.openqa.selenium.bidi.script.LocalValue
Packages that use LocalValue
-
Uses of LocalValue in org.openqa.selenium.bidi.module
Method parameters in org.openqa.selenium.bidi.module with type arguments of type LocalValueModifier and TypeMethodDescriptionScript.callFunctionInBrowsingContext
(String browsingContextId, String functionDeclaration, boolean awaitPromise, Optional<List<LocalValue>> argumentValueList, Optional<LocalValue> thisParameter, Optional<ResultOwnership> resultOwnership) Script.callFunctionInBrowsingContext
(String browsingContextId, String sandbox, String functionDeclaration, boolean awaitPromise, Optional<List<LocalValue>> argumentValueList, Optional<LocalValue> thisParameter, Optional<ResultOwnership> resultOwnership) Script.callFunctionInRealm
(String realmId, String functionDeclaration, boolean awaitPromise, Optional<List<LocalValue>> arguments, Optional<LocalValue> thisParameter, Optional<ResultOwnership> resultOwnership) -
Uses of LocalValue in org.openqa.selenium.bidi.script
Subclasses of LocalValue in org.openqa.selenium.bidi.scriptModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in org.openqa.selenium.bidi.script that return LocalValueModifier and TypeMethodDescriptionstatic LocalValue
LocalValue.arrayValue
(List<LocalValue> value) static LocalValue
LocalValue.bigIntValue
(String value) static LocalValue
LocalValue.booleanValue
(boolean value) static LocalValue
LocalValue.channelValue
(String channelId) static LocalValue
LocalValue.channelValue
(String channelId, SerializationOptions options) static LocalValue
LocalValue.channelValue
(String channelId, SerializationOptions options, ResultOwnership resultOwnership) static LocalValue
static LocalValue
LocalValue.getArgument
(Object arg) static LocalValue
LocalValue.mapValue
(Map<Object, LocalValue> value) static LocalValue
LocalValue.nullValue()
static LocalValue
LocalValue.numberValue
(double value) static LocalValue
LocalValue.numberValue
(long value) static LocalValue
LocalValue.numberValue
(org.openqa.selenium.bidi.script.LocalValue.SpecialNumberType specialNumber) static LocalValue
LocalValue.objectValue
(Map<Object, LocalValue> value) static LocalValue
LocalValue.regExpValue
(String pattern) static LocalValue
LocalValue.regExpValue
(String pattern, String flags) static LocalValue
LocalValue.remoteReference
(String handle, String sharedId) static LocalValue
LocalValue.remoteReference
(RemoteReference.Type type, String id) static LocalValue
LocalValue.setValue
(Set<LocalValue> value) static LocalValue
LocalValue.stringValue
(String value) static LocalValue
LocalValue.undefinedValue()
Methods in org.openqa.selenium.bidi.script with parameters of type LocalValueMethod parameters in org.openqa.selenium.bidi.script with type arguments of type LocalValueModifier and TypeMethodDescriptionCallFunctionParameters.arguments
(List<LocalValue> arguments) static LocalValue
LocalValue.arrayValue
(List<LocalValue> value) static LocalValue
LocalValue.mapValue
(Map<Object, LocalValue> value) static LocalValue
LocalValue.objectValue
(Map<Object, LocalValue> value) static LocalValue
LocalValue.setValue
(Set<LocalValue> value)