![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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] |
Settings for the current selector. Use this only for debugging.
Definition at line 34 of file SelectorSettings.cs.
|
getset |
Definition at line 106 of file SelectorSettings.cs.
|
getset |
Definition at line 107 of file SelectorSettings.cs.
|
getset |
Definition at line 99 of file SelectorSettings.cs.
|
getset |
Definition at line 104 of file SelectorSettings.cs.
|
getset |
Definition at line 100 of file SelectorSettings.cs.
|
getset |
Definition at line 105 of file SelectorSettings.cs.
|
getset |
Definition at line 86 of file SelectorSettings.cs.
|
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.