Show / Hide Table of Contents

Class SelectorSettings.SelectorPathEntry

An entry defining a selector locator, a selector path

Inheritance
System.Object
SelectorSettings.SelectorPathEntry
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 SelectorPathEntry

Properties

AppSelectorFoundResults

UIAutomation elements found for this selector

Declaration
public List<GPALAutomationElement> AppSelectorFoundResults { get; }
Property Value
Type Description
System.Collections.Generic.List<GPALAutomationElement>

AppSelectorMatchedResults

UIAutomation elements matched out of the found selectors

Declaration
public List<GPALAutomationElement> AppSelectorMatchedResults { get; }
Property Value
Type Description
System.Collections.Generic.List<GPALAutomationElement>

Image

The image to match to create a psuedo element

Declaration
public Image Image { get; }
Property Value
Type Description
System.Drawing.Image

SelectorPath

The actual selector string

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

SelectorPathType

THe type of selector, css, xpath, text, etc.

Declaration
public Enums.SelectorPathType SelectorPathType { get; }
Property Value
Type Description
Enums.SelectorPathType

WebSelectorFoundResults

Web elements found for this selector

Declaration
public List<GPALElement> WebSelectorFoundResults { get; }
Property Value
Type Description
System.Collections.Generic.List<GPALElement>

WebSelectorMatchedResults

Web elements matched out of the found selectors

Declaration
public List<GPALElement> WebSelectorMatchedResults { get; }
Property Value
Type Description
System.Collections.Generic.List<GPALElement>
In This Article
Back to top Generated by DocFX