Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 207 Bytes

FindsBy.md

File metadata and controls

8 lines (6 loc) · 207 Bytes
// multiple locations
[FindsBy(How = How.Name, Using = "anElementName", Priority = 0)]
[FindsBy(How = How.Name, Using = "differentElementName", Priority = 1)]
public IWebElement thisElement;