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 OpenQA.Selenium.By.ClassName(System.String) |
CssSelector | Finds by OpenQA.Selenium.By.CssSelector(System.String) |
Custom | Finds by a custom By implementation. |
Id | Finds by OpenQA.Selenium.By.Id(System.String) |
LinkText | Finds by OpenQA.Selenium.By.LinkText(System.String) |
Name | Finds by OpenQA.Selenium.By.Name(System.String) |
PartialLinkText | Finds by OpenQA.Selenium.By.PartialLinkText(System.String) |
TagName | Finds by OpenQA.Selenium.By.TagName(System.String) |
XPath | Finds by OpenQA.Selenium.By.XPath(System.String) |