DotNetSeleniumExtras.PageObjects.Core 4.14.1
DotNetSeleniumExtras
Library contains PageFactory and supporting classes.
This fork of DotNetSeleniumExtras has the following changes:
- .NET Core support
- Ability to create custom FindsBy attributes (by inheriting from AbsractFindsByAttribute)
- Added simplified FindsBy syntax:
[FindsBy(How.CssSelector, "div.some-class")]
- Support for nested sub-page elements (sub-page class should implement
IWrapsElement
interface, and either constructor withIWebElement
parameter (recommended), or setter forWrappedElement
property)
Besides, some internal changes were made:
- Removed dependencies on buck
- Fixed browser tests
Ideally, if the new maintainer for upstream repository is found, those changed would be pushed there, and this repository won't be needed.
No packages depend on DotNetSeleniumExtras.PageObjects.Core.
https://raw.githubusercontent.com/Dreamescaper/DotNetSeleniumExtras/master/CHANGELOG
.NET Framework 4.6.2
- Selenium.WebDriver (>= 4.14.1)
.NET 6.0
- Selenium.WebDriver (>= 4.14.1)
.NET Standard 2.0
- Selenium.WebDriver (>= 4.14.1)
Version | Downloads | Last updated |
---|---|---|
4.14.1 | 3 | 03/12/2025 |
4.3.0 | 5 | 02/21/2025 |
4.0.1 | 5 | 03/12/2025 |
4.0.0-beta4 | 5 | 02/24/2025 |
4.0.0-beta1 | 2 | 03/17/2025 |
4.0.0-alpha05 | 4 | 02/24/2025 |
4.0.0-alpha01 | 4 | 02/25/2025 |
3.12.1-beta | 4 | 02/25/2025 |
3.12.0 | 3 | 02/14/2025 |
3.11.2 | 5 | 02/21/2025 |
3.11.1-beta-2 | 5 | 02/21/2025 |
3.11.1-beta | 5 | 02/21/2025 |