Skip to content

Commit 3992a2e

Browse files
authored
Update README.md
1 parent 223420c commit 3992a2e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# DotNetSeleniumExtras
2-
Extra utilities for use with the Selenium .NET language bindings.
32

4-
This repository is a migration of code from the [Selenium project's](https://github.com/SeleniumHQ/selenium)
5-
.NET bindings. It consists of the `PageFactory` implementation and the `ExpectedConditions` classes from the
6-
Selenium.Support library.
3+
Nuget: [![NuGet](https://img.shields.io/nuget/dt/DotNetSeleniumExtras.PageObjects.Core.svg)](https://www.nuget.org/packages/DotNetSeleniumExtras.PageObjects.Core/)
74

8-
## THIS REPOSITORY WILL NOT ACCEPT ISSUES OR PULL REQUESTS UNTIL A NEW OWNER IS FOUND
5+
Library contains PageFactory and supporting classes.
96

10-
The code has been extracted here to preserve it for users, to provide a place for users to continue to use
11-
the existing implementations when the impelementations are removed from the Selenium project. It is hoped
12-
that this repo will serve as a starting point for a community-based implementation of the projects herein,
13-
at which point, this repo will no longer be necessary.
7+
This fork of [DotNetSeleniumExtras](https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras) has the following changes:
8+
* .NET Core support
9+
* Ability to create custom FindsBy attributes (by inheriting from AbsractFindsByAttribute)
10+
11+
Besides, some internal changes were made:
12+
* Removed dependencies on buck
13+
* Fixed browser tests
14+
15+
Ideally, if the new maintainer for upstream repository is found, those changed would be pushed there, and this repository won't be needed.

0 commit comments

Comments
 (0)