Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 728 Bytes

File metadata and controls

17 lines (12 loc) · 728 Bytes

Graivty Core

Extension package for Selenium .NET Client.

Assembly Documentation

General Information

Extension package for Selenium API. Adds advanced and complicated Selenium actions into Selenium API. Allows bi-directional interaction with Selenium. This package will not affect any current Selenium implementations it will only add extension methods to Selenium API.

Quick Start

Add the following using statement to your class and you are ready to go! The extensions methods will be available on IWebDriver, IWebElement and many other Selenium interfaces and objects.

using OpenQA.Selenium.Extensions;

NuGet

https://www.nuget.org/packages/Gravity.Core/