Extension package for Selenium .NET Client.
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.
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;