htmlelements-dotnet
htmlelements-dotnet copied to clipboard
A DotNet Implementation of HtmlElements framework
Results
2
htmlelements-dotnet issues
Sort by
recently updated
recently updated
newest added
### I'm calling this code from a TestMethod: ``` class TheInternet { [FindsBy(How = How.LinkText, Using = "Hovers")] private Link lnk1; public TheInternet(IWebDriver driver) { HtmlElementLoader.PopulatePageObject(this, driver); } public void...