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
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionstaticLocalValuearrayValue(List<LocalValue> value) staticLocalValuebigIntValue(String value) staticLocalValuebooleanValue(boolean value) staticLocalValuechannelValue(String channelId) staticLocalValuechannelValue(String channelId,SerializationOptions options) staticLocalValuechannelValue(String channelId,SerializationOptions options,ResultOwnership resultOwnership) staticLocalValuestaticLocalValuegetArgument(Object arg) staticLocalValuemapValue(Map<Object, LocalValue> value) staticLocalValuestaticLocalValuenumberValue(double value) staticLocalValuenumberValue(long value) staticLocalValuenumberValue(org.openqa.selenium.bidi.script.LocalValue.SpecialNumberType specialNumber) staticLocalValueobjectValue(Map<Object, LocalValue> value) staticLocalValueregExpValue(String pattern) staticLocalValueregExpValue(String pattern,String flags) staticLocalValueremoteReference(String handle,String sharedId) staticLocalValueremoteReference(RemoteReference.Type type,String id) staticLocalValuesetValue(Set<LocalValue> value) staticLocalValuestringValue(String value) toJson()staticLocalValue
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