Flutter
webdriver.io
WebElement
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
String
>
toJson
(
)
inherited
Implementation
Map<String, String> toJson() => {jsonWireElementStr: id, w3cElementStr: id};
Flutter
webdriver.io
WebElement
toJson method
WebElement class
Constructors
WebElement
Properties
attributes
context
cssProperties
displayed
driver
enabled
hashCode
id
index
location
locator
name
properties
rect
runtimeType
selected
seleniumAttributes
size
text
Methods
clear
click
equals
findElement
findElements
noSuchMethod
sendKeys
toJson
toString
Operators
operator ==