Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This implementation of PageFactory for .NET is deeply flawed. Additionally, using the PageFactory provides no benefit over other methods of Page Object creation in .NET. This is true for code verbosity as well, which is often the reason cited for wanting to use the PageFactory in .NET. The existing code has been migrated to a new repository under a new organization on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras). It is hoped that this will encourage a volunteer from the community to take ownership of this code. Users should update their references and migrate their code to use `SeleniumExtras.PageFactory`. The implementation will be removed from the .NET language bindings in a future release.
- Loading branch information