Selenium C# Articles

36 articles found in Selenium C#

Top 28 Selenium WebDriver Commands in NUnit For Automation | TestMu AI (Formerly LambdaTest)
Top 28 Selenium WebDriver Commands in NUnit For Automation | TestMu AI (Formerly LambdaTest)

Selenium WebDriver commands are the methods used to run your Selenium test automation scripts. Here are the different commands you'd need to automate browser actions.

Himanshu Sheth

Himanshu Sheth

February 11, 2026

32 min read

Best C# Testing Frameworks In 2026 | TestMu AI (Formerly LambdaTest)
Best C# Testing Frameworks In 2026 | TestMu AI (Formerly LambdaTest)

Discover these C# testing frameworks for 2026 and streamline your test automation in building high-quality web and mobile applications.

Andreea Draniceanu

February 8, 2026

37 min read

Top Selenium C# Frameworks for Automation Testing in 2026 | TestMu AI (Formerly LambdaTest)
Top Selenium C# Frameworks for Automation Testing in 2026 | TestMu AI (Formerly LambdaTest)

Explore the top Selenium C# frameworks for automation testing in 2026, including NUnit, xUnit, and MSTest, to enhance your testing efficiency.

Himanshu Sheth

Himanshu Sheth

February 8, 2026

33 min read

Selenium C# Tutorial: Handling Frames and iFrames With Examples
Selenium C# Tutorial: Handling Frames and iFrames With Examples

Learn how to switch and handle, frames and iframes using switchto method for automated browser testing. with this Selenium C# tutorial with examples on handling.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

18 min read

Selenium C# Tutorial: Handling Multiple Browser Windows | TestMu AI (Formerly LambdaTest)
Selenium C# Tutorial: Handling Multiple Browser Windows | TestMu AI (Formerly LambdaTest)

Learn how to handle multiple windows in Selenium C# along with some Selenium test automation examples.

Himanshu Sheth

Himanshu Sheth

January 31, 2026

18 min read

Selenium C#: Page Object Model Guide & Examples | TestMu AI (Formerly LambdaTest)
Selenium C#: Page Object Model Guide & Examples | TestMu AI (Formerly LambdaTest)

Avoid code duplication and improve test maintenance with Page object model. Read now to learn how to implement POM design pattern with this Selelniumm C# tutorial.

Himanshu Sheth

Himanshu Sheth

January 27, 2026

31 min read

A Beginner's Guide To SpecFlow ScenarioContext | TestMu AI (Formerly LambdaTest)
A Beginner's Guide To SpecFlow ScenarioContext | TestMu AI (Formerly LambdaTest)

The ScenarioContext class is a shared context object used in SpecFlow to share data between different steps and scenarios. This tutorial demonstrates using SpecFlow and ScenarioContext to share data between steps.

Andreea Draniceanu

January 21, 2026

30 min read

How To Start Running Automated Tests With Selenium C# | TestMu AI (Formerly LambdaTest)
How To Start Running Automated Tests With Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial covers the main steps for getting started with a test automation project, from selecting the testing framework to identifying the WebElements, interacting with them, and adding validations.

Andreea Draniceanu

January 21, 2026

24 min read

Most Complete MSTest Framework Tutorial Using .Net Core | TestMu AI (Formerly LambdaTest)
Most Complete MSTest Framework Tutorial Using .Net Core | TestMu AI (Formerly LambdaTest)

Learn about the MSTest Framework using .Net Core in Selenium C# and the aspects related to cross browser testing and parallel testing in this MSTest tutorial.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

30 min read

How to Scroll Down in Selenium C# | TestMu AI (Formerly LambdaTest)
How to Scroll Down in Selenium C# | TestMu AI (Formerly LambdaTest)

Learn to scroll down in Selenium C# using JavaScriptExecutor for precise scrolling and effective WebElement interaction.

Andreea Draniceanu

January 13, 2026

21 min read

How To Generate NUnit Reports | TestMu AI (Formerly LambdaTest)
How To Generate NUnit Reports | TestMu AI (Formerly LambdaTest)

In this tutorial, you will learn about generating NUnit reports along with some new features and advantages of ExtentReports.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

How to Run Multiple NUnit Test Cases
How to Run Multiple NUnit Test Cases

NUnit provides methods to run multiple test cases, saving time and while ensuring high code quality. In this tutorial, learn how to run multiple NUnit test cases in parallel.

Andreea Draniceanu

January 13, 2026

26 min read

IWebDriver Browser Commands In Selenium C#: A Detailed Guide | TestMu AI (Formerly LambdaTest)
IWebDriver Browser Commands In Selenium C#: A Detailed Guide | TestMu AI (Formerly LambdaTest)

In this Selenium C# tutorial, you will learn about the IWebDriver browser commands in C# and how to use them effectively in your testing efforts.

Andreea Draniceanu

January 13, 2026

25 min read

How To Use WebDriverWait In Selenium C# | TestMu AI (Formerly LambdaTest)
How To Use WebDriverWait In Selenium C# | TestMu AI (Formerly LambdaTest)

Learn how to effectively use WebDriverWait Selenium test automation with this tutorial. Improve your C# test automation skills now with WebDriverWait Selenium!

Andreea Draniceanu

January 13, 2026

24 min read

How To Refresh Page Using Selenium C# [Complete Tutorial] | TestMu AI (Formerly LambdaTest)
How To Refresh Page Using Selenium C# [Complete Tutorial] | TestMu AI (Formerly LambdaTest)

This tutorial guides you through how to refresh pages using Selenium C#

Andreea Draniceanu

January 13, 2026

16 min read

How To Use driver.FindElement And driver.FindElements In Selenium C# | TestMu AI (Formerly LambdaTest)
How To Use driver.FindElement And driver.FindElements In Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial guides you through how to use driver.FindElement and driver.FindElements in Selenium C#

Andreea Draniceanu

January 13, 2026

28 min read

Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial] | TestMu AI (Formerly LambdaTest)

This SpecFlow automation tutorial demonstrates how a BDD test can be written using SpecFlow and Selenium C# and run it on the cloud Selenium Grid like TestMu AI (Formerly LambdaTest) with SpecFlow Actions.

Andreea Draniceanu

January 13, 2026

26 min read

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks | TestMu AI (Formerly LambdaTest)
NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks | TestMu AI (Formerly LambdaTest)

Explore the battle of NUnit, xUnit, and MSTest. A detailed comparison of unit testing frameworks in C#. Make the right choice!

Himanshu Sheth

Himanshu Sheth

January 13, 2026

39 min read

Best XUnit Parameterized Tests Tutorial: Selenium Testing | TestMu AI (Formerly LambdaTest)
Best XUnit Parameterized Tests Tutorial: Selenium Testing | TestMu AI (Formerly LambdaTest)

XUnit Parameterized tests allow testers to run the same test a few times using different values. Find out how you can do this in xUnit with InlineData, MemberData, and ClassData.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

16 min read

How To Use NUnit Annotations For Selenium Automation Testing? | TestMu AI (Formerly LambdaTest)
How To Use NUnit Annotations For Selenium Automation Testing? | TestMu AI (Formerly LambdaTest)

Learn how to use annotations in NUnit for Selenium-based automation testing. We will look at an example for each annotation along with their attributes.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

39 min read

How To Use Asserts In NUnit Using Selenium? | TestMu AI (Formerly LambdaTest)
How To Use Asserts In NUnit Using Selenium? | TestMu AI (Formerly LambdaTest)

In this NUnit tutorial, you will learn how to use different asserts in NUnit and see how they are helpful in Selenium automation testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

33 min read

NUnit Setup in Visual Studio: A Quick Tutorial | TestMu AI (Formerly LambdaTest)
NUnit Setup in Visual Studio: A Quick Tutorial | TestMu AI (Formerly LambdaTest)

Want to setup NUnit environment for your first test? In this NUnit tutorial, you will learn to setup a test runner and Selenium WebDriver with Visual Studio for NUnit test case development.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

NUnit Tutorial: Parameterized Tests With Examples | TestMu AI (Formerly LambdaTest)
NUnit Tutorial: Parameterized Tests With Examples | TestMu AI (Formerly LambdaTest)

Learn NUnit parameterized tests with examples for efficient cross-browser testing by testing code against different input values for a better web experience.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

24 min read

XUnit Testing Tutorial: Running First Script in XUnit
XUnit Testing Tutorial: Running First Script in XUnit

Moving on with our xUnit testing tutorial series, this blog will guide you in using xUnit testing framework with Selenium C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

12 min read

SpecFlow Tutorial For Automation Testing With Selenium C#
SpecFlow Tutorial For Automation Testing With Selenium C#

Using SpecFlow with Selenium C# is a crucial part of automation testing with Selenium, this SpecFlow tutorial will guide you through the entire process.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

40 min read

xUnit Testing Tutorial: Unit Testing With Selenium C# | TestMu AI (Formerly LambdaTest)
xUnit Testing Tutorial: Unit Testing With Selenium C# | TestMu AI (Formerly LambdaTest)

xUnit is an open-source unit testing framework for .NET. This xUnit testing tutorial will help you learn how to run unit testing with Selenium C#.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

46 min read

MSTest Tutorial: Running First Selenium Automation Script
MSTest Tutorial: Running First Selenium Automation Script

MSTest is a widely used test automation framework used with Visual Studio. Learn how to run your first MSTest script for Selenium automation with this tutorial!

Himanshu Sheth

Himanshu Sheth

January 13, 2026

19 min read

MSTest Setup Tutorial: Environment For Selenium Testing | TestMu AI (Formerly LambdaTest)
MSTest Setup Tutorial: Environment For Selenium Testing | TestMu AI (Formerly LambdaTest)

MSTest is a popular open-source testing framework shipped along Visual Studio. Learn how to do MSTest setup with visual studio or by package manager commands.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

10 min read

A Detailed Guide Tutorial On Selenium C# | TestMu AI (Formerly LambdaTest)
A Detailed Guide Tutorial On Selenium C# | TestMu AI (Formerly LambdaTest)

For C# fans who want to automate testing efforts using Selenium, here's a compilation of our Selenium C# tutorials to help you on the journey to an expert!

Himanshu Sheth

Himanshu Sheth

January 13, 2026

8 min read

Selenium C#: Guide to Managing Alert Windows Effectively | TestMu AI (Formerly LambdaTest)
Selenium C#: Guide to Managing Alert Windows Effectively | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial, learn how to perform operations & handle alert windows in Selenium using C# with examples on handling accept, dismiss, and SendKeys.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

Selenium C# Tutorial: Using Implicit Wait In Selenium C#
Selenium C# Tutorial: Using Implicit Wait In Selenium C#

We will talk about what are Selenium waits, why are they important, & how to implement an Implicit Wait in Selenium C# with examples.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

12 min read

How to Find Element by Text in Selenium C#
How to Find Element by Text in Selenium C#

Find element by text in Selenium C# with the XPath locator strategy can be used to locate elements based on its visible text. Learn more!

Andreea Draniceanu

January 11, 2026

29 min read

How To Select Dropdown In Selenium C# | TestMu AI (Formerly LambdaTest)
How To Select Dropdown In Selenium C# | TestMu AI (Formerly LambdaTest)

This Selenium C# tutorial guides you through how to select dropdown in Selenium C# and multiple select menus.

Andreea Draniceanu

January 11, 2026

22 min read

Guide To Scraping Dynamic Web Pages Using Selenium And C# | TestMu AI (Formerly LambdaTest)
Guide To Scraping Dynamic Web Pages Using Selenium And C# | TestMu AI (Formerly LambdaTest)

Learn how to scrape dynamic web pages in this complete guide. Discover several scraping dynamic page strategies and tools to easily and efficiently collect data.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

28 min read

Selenium C# Tutorial on Explicit and Fluent Wait
Selenium C# Tutorial on Explicit and Fluent Wait

Learn what explicit and fluent wait is in Selenium. See examples on how to implement them for your test automation scripts in Selenium C#. Read more.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

20 min read

Selenium C# Tutorial: Setting Up Selenium In Visual Studio | TestMu AI (Formerly LambdaTest)
Selenium C# Tutorial: Setting Up Selenium In Visual Studio | TestMu AI (Formerly LambdaTest)

In this Selenium C# tutorial, we are going to help you set up Selenium in Visual Studio and run your first Selenium C# example script for automated browser testing of your web-application.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

12 min read