Selenium is a set of different software tools each with a different approach
to supporting browser automation. These tools are highly flexible, allowing
many options for locating and manipulating elements within a browser, and one
of its key features is the support for automating...
More information
Selenium is a set of different software tools each with a different approach
to supporting browser automation. These tools are highly flexible, allowing
many options for locating and manipulating elements within a browser, and one
of its key features is the support for automating...
More information
Install Chrome Driver (Win32, macOS, and Linux64) for Selenium WebDriver into your Unit Test Project.
"chromedriver(.exe)" is copied to the bin folder from the package folder when the build process.
NuGet package restoring ready, and no need to commit "chromedriver(.exe)" binary into...
More information
Install IE Driver(x86) for Selenium WebDriver into your Unit Test Project.
"IEDriverServer.exe" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and no need to commit "IEDriverServer.exe" binary into source code control repository....
More information
Repurposed nuget package of Selenium.WebDriver.ChromeDriver but for Firefox Driver instead
Install Firefox Driver(Win64) Marionette for Selenium WebDriver into your Unit Test Project.
"geckodriver.exe" is copied to bin folder from package folder when the build process.
NuGet package restoring...
More information
Repurposed nuget package of Selenium.WebDriver.ChromeDriver (packing process differs slightly)
Install Chrome Driver(Win32) for Selenium WebDriver into your Unit Test Project.
"chromedriver.exe" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and...
More information
Install Gecko Driver (Win32, Win64, macOS, and Linux64) for Selenium WebDriver into your Unit Test Project.
"geckodriver(.exe)" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and no need to commit "geckodriver(.exe)" binary into source...
More information
Repurposed nuget package of Selenium.WebDriver.ChromeDriver but for Internet Explorer Driver instead
Install Internet Explorer Driver (Win32) for Selenium WebDriver into your Unit Test Project.
"IEDriverServer.exe" is copied to bin folder from package folder when the build process.
NuGet package...
More information
Selenium is a set of different software tools each with a different approach
to supporting browser automation. These tools are highly flexible, allowing
many options for locating and manipulating elements within a browser, and one
of its key features is the support for automating...
More information
Install Gecko Driver(Win64) for Selenium WebDriver into your Unit Test Project.
"geckodriver.exe" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and no need to commit "geckodriver.exe" binary into source code control repository.
/...
More information
Install Microsoft Web Driver into your Unit Test Project.
"MicrosoftWebDriver.exe" added as a linked project item, and copied to bin folder at the build.
NuGet package restoring ready, and no need to commit "MicrosoftWebDriver.exe" binary into source code control repository.
/ The...
More information
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser...
More information
Intuitive, robust browser automation for the .NET platform.
This package includes the Coypu 3 framework assembly, which should be referenced by your tests.
Supported platforms:
- .NET Framework 4.5+
- .NET Standard 2.0+
- .NET Core 2.0+
Install IE Driver(x64) for Selenium WebDriver into your Unit Test Project.
"IEDriverServer64.exe" is copied to bin folder from package folder when the build process.
NuGet package restoring ready, and no need to commit "IEDriverServer64.exe" binary into source code control repository....
More information
ChromeDriver.exe from chromedriver.storage.googleapis.com/index.html. If you need an update, just drop me a line or create a pull request on github.com/SeriousM/WebDriver.ChromeDriver.win32-nuget.
Forked from extent-framework/extentreports-csharp. Modified version of Extent Reporting Framework, Community Edition, supporting .NET Core and .NET Standard