Class 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)  
    • Constructor Detail

      • WebDriverValue

        public WebDriverValue​(WebDriverValue.Type type,
                              java.util.Optional<java.lang.Object> value,
                              java.util.Optional<java.lang.String> objectId)
    • Method Detail

      • getValue

        public java.util.Optional<java.lang.Object> getValue()
      • getObjectId

        public java.util.Optional<java.lang.String> getObjectId()