Package org.openqa.selenium.bidi.script
Class LocalValue
java.lang.Object
org.openqa.selenium.bidi.script.LocalValue
- Direct Known Subclasses:
ArrayLocalValue
,ChannelValue
,DateLocalValue
,MapLocalValue
,ObjectLocalValue
,PrimitiveProtocolValue
,RegExpValue
,RemoteReference
,SetLocalValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalValue
arrayValue
(List<LocalValue> value) static LocalValue
bigIntValue
(String value) static LocalValue
booleanValue
(boolean value) static LocalValue
channelValue
(String channelId) static LocalValue
channelValue
(String channelId, SerializationOptions options) static LocalValue
channelValue
(String channelId, SerializationOptions options, ResultOwnership resultOwnership) static LocalValue
static LocalValue
getArgument
(Object arg) static LocalValue
mapValue
(Map<Object, LocalValue> value) static LocalValue
static LocalValue
numberValue
(double value) static LocalValue
numberValue
(long value) static LocalValue
numberValue
(org.openqa.selenium.bidi.script.LocalValue.SpecialNumberType specialNumber) static LocalValue
objectValue
(Map<Object, LocalValue> value) static LocalValue
regExpValue
(String pattern) static LocalValue
regExpValue
(String pattern, String flags) static LocalValue
remoteReference
(String handle, String sharedId) static LocalValue
remoteReference
(RemoteReference.Type type, String id) static LocalValue
setValue
(Set<LocalValue> value) static LocalValue
stringValue
(String value) toJson()
static LocalValue
-
Constructor Details
-
LocalValue
public LocalValue()
-
-
Method Details
-
toJson
-
stringValue
-
numberValue
-
numberValue
-
numberValue
public static LocalValue numberValue(org.openqa.selenium.bidi.script.LocalValue.SpecialNumberType specialNumber) -
undefinedValue
-
nullValue
-
booleanValue
-
bigIntValue
-
arrayValue
-
dateValue
-
mapValue
-
objectValue
-
regExpValue
-
regExpValue
-
setValue
-
channelValue
-
channelValue
-
channelValue
public static LocalValue channelValue(String channelId, SerializationOptions options, ResultOwnership resultOwnership) -
remoteReference
-
remoteReference
-
getArgument
-