DotNetSeleniumExtras.PageObjects.Core
4.14.1
dotnet add package DotNetSeleniumExtras.PageObjects.Core --version 4.14.1
NuGet\Install-Package DotNetSeleniumExtras.PageObjects.Core -Version 4.14.1
<PackageReference Include="DotNetSeleniumExtras.PageObjects.Core" Version="4.14.1" />
paket add DotNetSeleniumExtras.PageObjects.Core --version 4.14.1
#r "nuget: DotNetSeleniumExtras.PageObjects.Core, 4.14.1"
// Install DotNetSeleniumExtras.PageObjects.Core as a Cake Addin #addin nuget:?package=DotNetSeleniumExtras.PageObjects.Core&version=4.14.1 // Install DotNetSeleniumExtras.PageObjects.Core as a Cake Tool #tool nuget:?package=DotNetSeleniumExtras.PageObjects.Core&version=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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Selenium.WebDriver (>= 4.14.1)
-
.NETStandard 2.0
- Selenium.WebDriver (>= 4.14.1)
-
net6.0
- Selenium.WebDriver (>= 4.14.1)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on DotNetSeleniumExtras.PageObjects.Core:
Package | Downloads |
---|---|
Eyes.Selenium4
Applitools Eyes adds automated visual validation to your automated tests. With Applitools Eyes, you can automatically validate the correctness of your application's UI layout, content and appearance. To learn more, visit https://applitools.com/ . |
|
NsTestFrameworkUI
Package Description |
|
SeleniumAutomationUtils
Utils and extension methods for Selenium WebDriver based automation frameworks |
|
SeleniumFramework
Documentation: https://github.com/VolodymyrRomanyshyn/SeleniumFramework/wiki The Framework extends PageFactory allows to use Custom elements and Lists of elements example: [Id("UserName")] public TextInputField UserName; [XPath("YourXPath")] public TextInputField Password; [Id("btnLogin")] public Button Login; |
|
Optivem.Framework.Infrastructure.Selenium
Implementation for Web Automation using Selenium |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DotNetSeleniumExtras.PageObjects.Core:
Repository | Stars |
---|---|
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
|
Version | Downloads | Last updated |
---|---|---|
4.14.1 | 465,374 | 10/26/2023 |
4.3.0 | 1,088,922 | 6/24/2022 |
4.0.1 | 1,032,411 | 11/5/2021 |
4.0.0-beta4 | 83,287 | 7/21/2021 |
4.0.0-beta1 | 12,135 | 2/21/2021 |
4.0.0-alpha05 | 100,137 | 3/18/2020 |
4.0.0-alpha01 | 8,869 | 4/24/2019 |
3.12.1-beta | 98,212 | 11/5/2018 |
3.12.0 | 1,762,376 | 5/14/2018 |
3.11.2 | 7,710 | 4/13/2018 |
3.11.1-beta-2 | 882 | 4/12/2018 |
3.11.1-beta | 945 | 4/10/2018 |