Class WebDriverValue
java.lang.Object
org.openqa.selenium.devtools.v114.runtime.model.WebDriverValue
Represents the value serialiazed by the WebDriver BiDi specification
https://w3c.github.io/webdriver-bidi.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWebDriverValue
(WebDriverValue.Type type, Optional<Object> value, Optional<String> objectId) -
Method Summary
-
Constructor Details
-
WebDriverValue
-
-
Method Details
-
getType
-
getValue
-
getObjectId
-