Show / Hide Table of Contents

Class SelectorSet

Inheritance
System.Object
SelectorSet
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
Assembly: GPAL.dll
Syntax
public class SelectorSet

Constructors

SelectorSet()

Declaration
public SelectorSet()

Properties

boundingRect

Declaration
public SelectorSet.ClientRectangle boundingRect { get; set; }
Property Value
Type Description
SelectorSet.ClientRectangle

clientRects

Declaration
public List<SelectorSet.ClientRectangle> clientRects { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SelectorSet.ClientRectangle>

css

Declaration
[WithCSS("Method name used to handle css value", Description = "Method to use to find css")]
public string css { get; set; }
Property Value
Type Description
System.String

deltaX

Declaration
[WithDeltaX("", Description = "")]
public int deltaX { get; set; }
Property Value
Type Description
System.Int32

deltaY

Declaration
[WithDeltaY("", Description = "")]
public int deltaY { get; set; }
Property Value
Type Description
System.Int32

fullXPath

Declaration
[WithXPath("Method name used to handle x path", Description = "Method to use to find X Path")]
public string fullXPath { get; set; }
Property Value
Type Description
System.String

href

Declaration
[MatchHRef("", Description = "")]
public string href { get; set; }
Property Value
Type Description
System.String

imageData

Declaration
[WithImage("", Description = "")]
public string imageData { get; set; }
Property Value
Type Description
System.String

matchhref

Declaration
[MatchHRef("", Description = "")]
public string matchhref { get; set; }
Property Value
Type Description
System.String

matchsrc

Declaration
[MatchSrc("", Description = "")]
public string matchsrc { get; set; }
Property Value
Type Description
System.String

matchtext

Declaration
[MatchText("", Description = "")]
public string matchtext { get; set; }
Property Value
Type Description
System.String

matchvalue

Declaration
[MatchValue("", Description = "")]
public string matchvalue { get; set; }
Property Value
Type Description
System.String

offsetX

Declaration
[WithOffsetX("", Description = "")]
public int offsetX { get; set; }
Property Value
Type Description
System.Int32

offsetY

Declaration
[WithOffsetY("", Description = "")]
public int offsetY { get; set; }
Property Value
Type Description
System.Int32

pageURL

Declaration
public string pageURL { get; set; }
Property Value
Type Description
System.String

placeholder

Declaration
[MatchPlaceholder("", Description = "")]
public string placeholder { get; set; }
Property Value
Type Description
System.String

selectorName

Declaration
[WithSelectorName("", Description = "")]
public string selectorName { get; set; }
Property Value
Type Description
System.String

src

Declaration
[MatchSrc("", Description = "")]
public string src { get; set; }
Property Value
Type Description
System.String

tagName

Declaration
public string tagName { get; set; }
Property Value
Type Description
System.String

text

Declaration
[WithText("", Description = "")]
public string text { get; set; }
Property Value
Type Description
System.String

value

Declaration
[WithValue("", Description = "")]
public string value { get; set; }
Property Value
Type Description
System.String

xPath

Declaration
[WithXPath("Method name used to handle x path", Description = "Method to use to find X Path")]
public string xPath { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX