Info
| Version: | 1.0.0-alpha14 | 
| Author(s): | yashaka | 
| Last Update: | Wednesday, August 28, 2024 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/NSelene | 
Install
Install-Package NSelene
                        dotnet add package NSelene
                        paket add NSelene
                        
                                NSelene Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Selenium.WebDriver(>= 3.141.0)
Tags
 
                
It's inspired by Selenide from Java, SelenideJs from JavaScript and Selene from Python.
Main features:
- User-oriented API for Selenium Webdriver (code like speak common English)
- Dynamic/Ajax UI support (Smart implicit waiting and retry mechanism for commands and assertions)
- PageObjects support (all elements are lazy-evaluated objects)
Tests with NSelene can be built either in a simple straightforward "selenide' style or with PageObjects composed from Widgets i.e. reusable element components.