Enum Enums.SelectorPathType
Type of this selector path entry
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
[Flags]
public enum SelectorPathType
Fields
| Name | Description |
|---|---|
| AutomationID | [Application only] |
| ClassName | [Application only] |
| Css | [Browser only] |
| HRef | [Browser only] |
| Image | [Both] |
| Name | [Both] |
| NotSet | |
| PlaceHolder | [both?] |
| Text | [Both] |
| Value | [Both] |
| Xpath | [Both] |