Fork of DotNetSeleniumExtras with enabled dotnet core support and other features
$ dotnet add package DotNetSeleniumExtras.PageObjects.CoreLibrary contains PageFactory and supporting classes.
This fork of DotNetSeleniumExtras has the following changes:
[FindsBy(How.CssSelector, "div.some-class")]IWrapsElement interface, and either constructor with IWebElement parameter (recommended), or setter for WrappedElement property)Besides, some internal changes were made:
Ideally, if the new maintainer for upstream repository is found, those changed would be pushed there, and this repository won't be needed.