Show / Hide Table of Contents

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()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public class Child

Properties

attributes

Declaration
public Puppeteer.ChromeAttribute[] attributes { get; set; }
Property Value
Type Description
Puppeteer.ChromeAttribute[]

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
Type Description
Puppeteer.Child[]

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
In This Article
Back to top Generated by DocFX