![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Properties | |
| IAllowSelectorSettings | WithHardware [get] |
| IAllowSelectorSettings | WithJavaScript [get] |
| IAllowSelectorSettings | WithJavascript [get] |
| IAllowSelectorSettings | WithSelenium [get] |
Definition at line 38 of file Interfaces.cs.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchAttribute | ( | string | href | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchAttributeRegex | ( | string | href | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchFunction | ( | Selector.appMatchingFunction | AppMatchingFunction | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchFunction | ( | Selector.webMatchingFunction | WebMatchingFunction | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchHRef | ( | string | href | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchHRefRegex | ( | string | href | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchPlaceholder | ( | string | placeholder | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchPlaceholderRegex | ( | string | placeholder | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchSrc | ( | string | src | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchSrcRegex | ( | string | src | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchText | ( | string | text | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchTextRegex | ( | string | text | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchValue | ( | string | value | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchValueRegex | ( | string | value | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithAutomationID | ( | string | nameToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithClassName | ( | string | nameToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithCSS | ( | string | CSS | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithDeltaX | ( | int | offsetX | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithDeltaY | ( | int | offsetY | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage | ( | GPALFile | imageToFindPath | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage | ( | Image | imageToFine | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage | ( | string | dataURL | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithName | ( | string | nameToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOCR | ( | string | textToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOffsetX | ( | int | offsetX | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOffsetY | ( | int | offsetY | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSearchForSelector | ( | bool | trueFalse = true | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSelectorName | ( | string | name | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSimulateMouse | ( | bool | moveWithArc = false | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithStopOnNotFound | ( | bool | trueFalse = false | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithText | ( | string | textToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithValue | ( | string | valueToFind | ) |
Implemented in GenerallyPositive.Selector.
| IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithXPath | ( | string | xpath | ) |
Implemented in GenerallyPositive.Selector.
|
get |
Implemented in GenerallyPositive.Selector.
Definition at line 76 of file Interfaces.cs.
|
get |
Implemented in GenerallyPositive.Selector.
Definition at line 77 of file Interfaces.cs.
|
get |
Definition at line 79 of file Interfaces.cs.
|
get |
Implemented in GenerallyPositive.Selector.
Definition at line 80 of file Interfaces.cs.