Skip to content

Give to selenium a WebDriver that is friendly with marketing cookies

License

Notifications You must be signed in to change notification settings

javnov/selenium-driver-cookie-friendly

Repository files navigation

Build status Build status

selenium-driver-cookie-friendly

Give to selenium a WebDriver that is friendly with marketing cookies

How to use it

Install from nuget:

PM> Install-Package javnov.WebDriver.CookieFriendly

Import this namespace:

using javnov.WebDriver.CookieFriendly;

Just pass your driver when creating a new instance of CookieFriendlyRemoteWebDriver

CookieFriendlyRemoteWebDriver cookieFriendlyWebDriver = new CookieFriendlyRemoteWebDriver(new ChromeDriver());

Releases

No releases published

Packages

No packages published

Languages