Class WebDriverValue
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.runtime.model.WebDriverValue
-
public class WebDriverValue extends java.lang.Object
Represents the value serialiazed by the WebDriver BiDi specification https://w3c.github.io/webdriver-bidi.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebDriverValue.Type
-
Constructor Summary
Constructors Constructor Description WebDriverValue(WebDriverValue.Type type, java.util.Optional<java.lang.Object> value, java.util.Optional<java.lang.String> objectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getObjectId()
WebDriverValue.Type
getType()
java.util.Optional<java.lang.Object>
getValue()
-
-
-
Constructor Detail
-
WebDriverValue
public WebDriverValue(WebDriverValue.Type type, java.util.Optional<java.lang.Object> value, java.util.Optional<java.lang.String> objectId)
-
-
Method Detail
-
getType
public WebDriverValue.Type getType()
-
getValue
public java.util.Optional<java.lang.Object> getValue()
-
getObjectId
public java.util.Optional<java.lang.String> getObjectId()
-
-