Class PrivatePropertyDescriptor
- java.lang.Object
-
- org.openqa.selenium.devtools.runtime.model.PrivatePropertyDescriptor
-
@Beta public class PrivatePropertyDescriptor extends java.lang.Object
Object private field descriptor.
-
-
Constructor Summary
Constructors Constructor Description PrivatePropertyDescriptor(java.lang.String name, RemoteObject value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Private property name.RemoteObject
getValue()
The value associated with the private property.
-
-
-
Constructor Detail
-
PrivatePropertyDescriptor
public PrivatePropertyDescriptor(java.lang.String name, RemoteObject value)
-
-
Method Detail
-
getName
public java.lang.String getName()
Private property name.
-
getValue
public RemoteObject getValue()
The value associated with the private property.
-
-