About 440,000 results
Open links in new tab
  1. selenium - Framework that allows to automate desktop

    To automate desktop applications there are a few great choices available as follows: UiPath Studio software solution allows automating repetitive office tasks. WinAppDriver is a service to …

  2. Automation Using Selenium in C# With Example - GeeksforGeeks

    Apr 25, 2025 · Selenium is an open-source Web UI automation testing suite. It was developed by Jason Huggins in 2004 as an internal tool at Thought Works. It supports automation across …

  3. Execute JavaScript Using Selenium WebDriver in C# - Code Maze

    Dec 22, 2023 · For a deeper dive into implementing Selenium WebDriver for UI testing in ASP.NET Core applications, check out Automated UI Tests with Selenium and ASP.NET …

  4. Executing JavaScript in C# Selenium for Advanced Web Automation

    Aug 7, 2024 · To execute JavaScript in C# Selenium, you can use the IJavaScriptExecutor interface provided by Selenium WebDriver. This interface allows you to execute JavaScript …

  5. Selenium With C#: How To Start Running Automated Tests

    Feb 19, 2025 · Learn how to use Selenium with C# for automation testing, with step-by-step guidance and best practices.

  6. Windows Desktop Application Test Automation with WinAppDriver

    Oct 23, 2020 · Windows Application Driver (WinAppDriver) is a service supporting Selenium-like UI Test Automation on Windows Applications. WinAppDriver supports testing Universal …

  7. Execute JavaScript using Selenium WebDriver in C#

    Mar 1, 2020 · In the Support assembly (WebDriver.Support.dll, available via NuGet in the Selenium.Support package), there's an extension method that handles the casting for you and …

  8. Selenium with C# for Automated Browser Testing - GeeksforGeeks

    Apr 24, 2025 · Selenium is used to automate the desktop browser testing. It comes up with many components and from them, the major one is the web driver. Web driver is used for writing the …

  9. Comprehensive Web Automation with C# and Selenium

    Sep 2, 2023 · Web automation is a crucial aspect of modern software testing and task automation. Utilizing C# with Selenium allows for the creation of robust automation scripts for web …

  10. Selenium with C# : How to start running Automated Tests

    Aug 12, 2024 · Using Selenium, C#, and Visual Studio together provides a unique opportunity to create a robust, scalable, and flexible automation framework. This article will discuss how to …

Refresh