Class Puppeteer.Child
Inheritance
System.Object
Puppeteer.Child
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: GPAL.dll
Syntax
Properties
attributes
Declaration
public Puppeteer.ChromeAttribute[] attributes { get; set; }
Property Value
backendNodeId
Declaration
public int backendNodeId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
childNodeCount
Declaration
public int childNodeCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
children
Declaration
public Puppeteer.Child[] children { get; set; }
Property Value
frameId
Declaration
public string frameId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
localName
Declaration
public string localName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
nodeId
Declaration
public int nodeId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
nodeName
Declaration
public string nodeName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
nodeType
Declaration
public int nodeType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
nodeValue
Declaration
public string nodeValue { get; set; }
Property Value
| Type |
Description |
| System.String |
|
parentId
Declaration
public int parentId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|