578 packages tagged with “Selenium”
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 platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
Install Chrome Driver (Win32, macOS, macOS arm64, 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 source code control repository. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "chromedriver(.exe)" is licensed under the New BSD License.
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. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "iedriverserver.exe" is licensed under the Apache license v.2.0.
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 ready, and no need to commit "geckodriver.exe" binary into source code control repository.
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 no need to commit "chromedriver.exe" binary into source code control repository.
Install Gecko Driver (Win32, Win64, macOS, macOS arm64, 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 code control repository. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "geckodriver(.exe)" is licensed under the Mozilla Public License Version 2.0.
Automatic Selenium WebDriver binaries management for .Net
Installs the new Edge (Chromium) WebDriver Package to be used with Selenium. Just like the other Selenium.WebDriver packages, "msedgedriver(.exe)" is copied from package folder to bin folder when the project builds. CONTRIBUTORS: Help improve this project at https://github.com/leandrodotec/nupkg-selenium-webdriver-msedgedriver.
An adaptation of DotNetSeleniumExtras.WaitHelpers using Selenium.WebDriver 4.0.
Tools for using aXe for web accessibility testing with C# and Selenium
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 restoring ready, and no need to commit "IEDriverServer.exe" binary into source code control repository.
An updated EdgeDriver implementation for Selenium 3 with newly-added support for Edge Chromium.
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. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "geckodriver.exe" is licensed under the Mozilla Public License Version 2.0.
Microsoft WebDriver : Close the loop on your developer cycle by automating testing of your website in Microsoft Edge with Microsoft WebDriver.
Forked from extent-framework/extentreports-csharp. Modified version of Extent Reporting Framework, Community Edition, supporting .NET Core and .NET Standard
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 platforms. This package contains the .NET bindings for the deprecated, more procedural Selenium Remote Control (or Selenium RC) API, but implemented using the current WebDriver technology. It does not require a running instance of the Selenium Server, and is not limited to the functionality available from within the JavaScript sandbox. It is intended as a transitional package to allow organizations with significant investment in the Selenium RC API to run their code with minimal modifications until they are able to migrate to the Selenium WebDriver API.
The .NET port of Protractor, an end to end test framework for AngularJS applications, built on top of Selenium WebDriver C# binding.
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 installing/uninstalling script codes that contained this package are free and unencumbered software released into the public domain.
A robust wrapper for browser automation on the .NET platform for Selenium WebDriver or Microsoft Playwright that eases automating ajax-heavy websites and reduces coupling to the HTML, CSS & JS. This package includes the Coypu 4 framework assembly, which should be referenced by your tests. Supported platforms: - .NET 6+
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. / The MSBuild script that contained this package is free and unencumbered software released into the public domain. / "iedriverserver64.exe" is licensed under the Apache license v.2.0.
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 platforms. This package contains the .NET bindings for the older, more procedural Selenium Remote Control (or Selenium RC) API. It requires a running instance of the Selenium Server, and uses JavaScript for automating the browser, which means it is limited to the functionality available from within the JavaScript sandbox. Note that version 3.1 will be the final version of this assembly available. Users can use WebDriverBackedSelenium, or migrate to WebDriver.
Applitools Eyes adds automated visual validation to your automated tests. With Applitools Eyes, you can automatically validate the correctness of your application's UI layout, content and appearance. To learn more, visit https://applitools.com/ .
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.
Repurposed nuget package of Selenium.WebDriver.ChromeDriver but for PhantomJS instead Install PhantomJS for into your Selenium Unit Test Project. "phantomjs.exe" is copied to bin folder from package folder when the build process. NuGet package restoring ready, and no need to commit "phantomjs.exe" binary into source code control repository.
Screenshots extensions, like screenshot a entiry page. For examples of usage, see the github project page.
WebDriver is an emerging standard through which Web developers can write tests to automate Web browsers for site testing. It provides a programmable remote control for developing complex user scenarios and running them in an automated fashion against your website in a browser. WebDriver is used by top web properties to automate testing their sites within a browser. WebDriver is disabled by default for security reasons. You will need to install the MicrosoftWebDriver.exe to use WebDriver with Microsoft Edge.
This is the latest version of the Mozilla's Marionette driver. Just like the other drivers available to Selenium from other browser vendors, Mozilla has released an executable that will run along side the browser.
C#/.NET web UI test automation full-featured framework based on Selenium WebDriver. The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+. Atata on GitHub: https://github.com/atata-framework/atata Atata Framework documentation: https://atata.io Features: - WebDriver. Based on Selenium WebDriver and preserves all its features. - Page object model. Provides a unique fluent page object pattern, which is easy to implement and maintain. - Components. Contains a rich set of ready-to-use components for inputs, tables, lists, etc. - Integration. Works on any .NET test engine (e.g. NUnit, xUnit, SpecFlow) as well as on CI systems like Jenkins, GitHub Actions, or TeamCity. - Triggers. A bunch of triggers to bind with different events to extend component behavior. - Verification. A set of fluent assertion methods and triggers for a component and data verification. - Configurable. Defines the default component search strategies as well as additional settings. Atata.Configuration.Json provides flexible JSON configurations. - Reporting/Logging. Built-in customizable logging; screenshots and snapshots capturing functionality. - Extensible. Atata.HtmlValidation adds HTML page validation. Atata.Bootstrap and Atata.KendoUI provide extra components.
A set of extension methods and other extra classes for Selenium WebDriver. Is a part of Atata Framework. The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+. Atata.WebDriverExtras on GitHub: https://github.com/atata-framework/atata-webdriverextras Atata Framework documentation: https://atata.io