GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.SelectorSettings Class Reference

Settings for the current selector. Use this only for debugging. More...

Classes

class  SelectorPathEntry
 An entry defining a selector locator, a selector path. More...
class  MatchCriteriaEntry

Properties

SelectorType SelectorType = SelectorType.Selector [get, set]
 Type of selector: A selector for an element, or literal data or a data function for dynamic data not from an element.
Func< string > DataFunction [get, set]
List< CallIfDelegate > CallIfFound [get, set]
List< CallIfDelegate > CallIfNotFound [get, set]
CallIfStatus CallIfFoundHandled = CallIfStatus.NotHandled [get, set]
CallIfStatus CallIfNotFoundHandled = CallIfStatus.NotHandled [get, set]
CallIfStatus AppCallIfFoundHandled = CallIfStatus.NotHandled [get, set]
CallIfStatus AppCallIfNotFoundHandled = CallIfStatus.NotHandled [get, set]

Detailed Description

Settings for the current selector. Use this only for debugging.

Definition at line 34 of file SelectorSettings.cs.

Property Documentation

◆ AppCallIfFoundHandled

CallIfStatus GenerallyPositive.SelectorSettings.AppCallIfFoundHandled = CallIfStatus.NotHandled
getset

Definition at line 106 of file SelectorSettings.cs.

◆ AppCallIfNotFoundHandled

CallIfStatus GenerallyPositive.SelectorSettings.AppCallIfNotFoundHandled = CallIfStatus.NotHandled
getset

Definition at line 107 of file SelectorSettings.cs.

◆ CallIfFound

List<CallIfDelegate> GenerallyPositive.SelectorSettings.CallIfFound
getset

Definition at line 99 of file SelectorSettings.cs.

◆ CallIfFoundHandled

CallIfStatus GenerallyPositive.SelectorSettings.CallIfFoundHandled = CallIfStatus.NotHandled
getset

Definition at line 104 of file SelectorSettings.cs.

◆ CallIfNotFound

List<CallIfDelegate> GenerallyPositive.SelectorSettings.CallIfNotFound
getset

Definition at line 100 of file SelectorSettings.cs.

◆ CallIfNotFoundHandled

CallIfStatus GenerallyPositive.SelectorSettings.CallIfNotFoundHandled = CallIfStatus.NotHandled
getset

Definition at line 105 of file SelectorSettings.cs.

◆ DataFunction

Func<string> GenerallyPositive.SelectorSettings.DataFunction
getset

Definition at line 86 of file SelectorSettings.cs.

◆ SelectorType

SelectorType GenerallyPositive.SelectorSettings.SelectorType = SelectorType.Selector
getset

Type of selector: A selector for an element, or literal data or a data function for dynamic data not from an element.

Definition at line 85 of file SelectorSettings.cs.


The documentation for this class was generated from the following file: