WebDriverValueType enum

Inheritance
Available extensions

Values

undefined → const WebDriverValueType
const WebDriverValueType('undefined')
null$ → const WebDriverValueType
const WebDriverValueType('null')
string → const WebDriverValueType
const WebDriverValueType('string')
number → const WebDriverValueType
const WebDriverValueType('number')
boolean → const WebDriverValueType
const WebDriverValueType('boolean')
bigint → const WebDriverValueType
const WebDriverValueType('bigint')
regexp → const WebDriverValueType
const WebDriverValueType('regexp')
date → const WebDriverValueType
const WebDriverValueType('date')
symbol → const WebDriverValueType
const WebDriverValueType('symbol')
array → const WebDriverValueType
const WebDriverValueType('array')
object → const WebDriverValueType
const WebDriverValueType('object')
function → const WebDriverValueType
const WebDriverValueType('function')
map → const WebDriverValueType
const WebDriverValueType('map')
set → const WebDriverValueType
const WebDriverValueType('set')
weakmap → const WebDriverValueType
const WebDriverValueType('weakmap')
weakset → const WebDriverValueType
const WebDriverValueType('weakset')
error → const WebDriverValueType
const WebDriverValueType('error')
proxy → const WebDriverValueType
const WebDriverValueType('proxy')
promise → const WebDriverValueType
const WebDriverValueType('promise')
typedarray → const WebDriverValueType
const WebDriverValueType('typedarray')
arraybuffer → const WebDriverValueType
const WebDriverValueType('arraybuffer')
node → const WebDriverValueType
const WebDriverValueType('node')
window → const WebDriverValueType
const WebDriverValueType('window')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WebDriverValueType>
A constant List of the values in this enum, in order of their declaration.