Enum How
Provides the lookup methods for the FindsBy attribute (for using in PageObjects)
Namespace: AxaFrance.WebEngine.Web
Assembly: AxaFrance.WebEngine.Web.dll
Syntax
public enum How
Fields
| Name | Description |
|---|---|
| ClassName | Finds by ClassName(string) |
| CssSelector | Finds by CssSelector(string) |
| Custom | Finds by a custom By implementation. |
| Id | Finds by Id(string) |
| LinkText | Finds by LinkText(string) |
| Name | Finds by Name(string) |
| PartialLinkText | Finds by PartialLinkText(string) |
| TagName | Finds by TagName(string) |
| XPath | Finds by XPath(string) |