Class InternalPropertyDescriptor
- java.lang.Object
-
- org.openqa.selenium.devtools.runtime.model.InternalPropertyDescriptor
-
public class InternalPropertyDescriptor extends java.lang.Object
Object internal property descriptor. This property isn't normally visible in JavaScript code.
-
-
Constructor Summary
Constructors Constructor Description InternalPropertyDescriptor(java.lang.String name, RemoteObject value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Conventional property name.RemoteObject
getValue()
The value associated with the property.
-
-
-
Constructor Detail
-
InternalPropertyDescriptor
public InternalPropertyDescriptor(java.lang.String name, RemoteObject value)
-
-
Method Detail
-
getName
public java.lang.String getName()
Conventional property name.
-
getValue
public RemoteObject getValue()
The value associated with the property.
-
-