Skip to content

Dreamescaper/DotNetSeleniumExtras.Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetSeleniumExtras

Nuget: NuGet

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 with IWebElement parameter (recommended), or setter for WrappedElement 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.

About

Extra utilities for use with the Selenium .NET language bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 87.8%
  • HTML 12.2%