<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>TestMu AI — Selenium C# (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/selenium-c/</link>
    <atom:link href="https://www.testmuai.com/blog/category/selenium-c/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Selenium C# articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 09 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>How To Use NUnit Annotations For Selenium Automation Testing?</title>
      <link>https://www.testmuai.com/blog/nunit-annotations-for-selenium-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nunit-annotations-for-selenium-automation/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/NUnit-Annotations-For-Selenium-Automation.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Refresh Page Using Selenium C# [Complete Tutorial]</title>
      <link>https://www.testmuai.com/blog/refresh-page-using-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/refresh-page-using-selenium-c-sharp/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This tutorial guides you through how to refresh pages using Selenium C#</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/Refresh2520Page2520Using2520Selenium2520C2523-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Start Running Automated Tests With Selenium C#</title>
      <link>https://www.testmuai.com/blog/selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-c-sharp/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/How-To-Start-Running-Automated-T.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial]</title>
      <link>https://www.testmuai.com/blog/specflow-actions/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/specflow-actions/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/10/Getting-Started-with-SpecFlow-Actions-SpecFlow-Automation-Tutorial-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>SpecFlow Tutorial For Automation Testing With Selenium C#</title>
      <link>https://www.testmuai.com/blog/specflow-tutorial-for-automation-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/specflow-tutorial-for-automation-testing/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>Using SpecFlow with Selenium C# is a crucial part of automation testing with Selenium, this SpecFlow tutorial will guide you through the entire process.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/Specflow.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>xUnit Testing Tutorial: Unit Testing With Selenium C#</title>
      <link>https://www.testmuai.com/blog/xunit-testing-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/xunit-testing-tutorial/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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#.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/07/xUnit-Framework-For-Unit-Testing.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Guide To Scraping Dynamic Web Pages Using Selenium And C#</title>
      <link>https://www.testmuai.com/blog/scraping-dynamic-web-pages/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/scraping-dynamic-web-pages/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Scraping-Dynamic-Web-Pages-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>XUnit Testing Tutorial: Running First Script in XUnit</title>
      <link>https://www.testmuai.com/blog/running-first-xunit-script/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/running-first-xunit-script/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Moving on with our xUnit testing tutorial series, this blog will guide you in using xUnit testing framework with Selenium C#.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/10/Xunit-testing-tutorial-3.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Beginner&apos;s Guide To SpecFlow ScenarioContext</title>
      <link>https://www.testmuai.com/blog/specflow-scenariocontext/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/specflow-scenariocontext/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/01/Beginners-Guide-To-SpecFlow-ScenarioContext.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Best XUnit Parameterized Tests Tutorial: Selenium Testing</title>
      <link>https://www.testmuai.com/blog/xunit-tutorial-parameterized-tests-for-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/xunit-tutorial-parameterized-tests-for-selenium-testing/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Parameterized-Tests-For-Selenium-Testing.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Run Multiple NUnit Test Cases</title>
      <link>https://www.testmuai.com/blog/multiple-nunit-test-cases/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/multiple-nunit-test-cases/</guid>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/How-to-Run-Multiple-NUnit-Test-Cases-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium C#: Page Object Model Guide &amp; Examples</title>
      <link>https://www.testmuai.com/blog/page-object-model-tutorial-selenium-csharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/page-object-model-tutorial-selenium-csharp/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Page%E2%80%8C-%E2%80%8CObject%E2%80%8C-%E2%80%8CModel%E2%80%8C-Tutorial-With%E2%80%8C-%E2%80%8CExamples%E2%80%8C.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Use Asserts In NUnit Using Selenium?</title>
      <link>https://www.testmuai.com/blog/asserts-in-nunit/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/asserts-in-nunit/</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>In this NUnit tutorial, you will learn how to use different asserts in NUnit and see how they are helpful in Selenium automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/02/Benefits-of-CI_CD.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks</title>
      <link>https://www.testmuai.com/blog/nunit-vs-xunit-vs-mstest/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nunit-vs-xunit-vs-mstest/</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Explore the battle of NUnit, xUnit, and MSTest. A detailed comparison of unit testing frameworks in C#. Make the right choice!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/NUnit-vs.-XUnit-vs.-MSTest.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Use driver.FindElement And driver.FindElements In Selenium C#</title>
      <link>https://www.testmuai.com/blog/findelements-in-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/findelements-in-selenium-c-sharp/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This Selenium C# tutorial guides you through how to use driver.FindElement and driver.FindElements in Selenium C#</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/12/unnamed206.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>NUnit Setup in Visual Studio: A Quick Tutorial</title>
      <link>https://www.testmuai.com/blog/setup-nunit-environment-with-visual-studio/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/setup-nunit-environment-with-visual-studio/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/02/Setup-NUnit-Environment-With-Visual-Studio.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Top 28 Selenium WebDriver Commands in NUnit For Automation</title>
      <link>https://www.testmuai.com/blog/top-selenium-webdriver-commands-in-nunit-for-test-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/top-selenium-webdriver-commands-in-nunit-for-test-automation/</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Selenium WebDriver commands are the methods used to run your Selenium test automation scripts. Here are the different commands you&apos;d need to automate browser actions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/03/Top-28-Selenium-WebDriver-Commands-in-NUnit-For-Test-Automation-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Best C# Testing Frameworks In 2026</title>
      <link>https://www.testmuai.com/blog/c-sharp-testing-frameworks/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/c-sharp-testing-frameworks/</guid>
      <pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <description>Discover these C# testing frameworks for 2026 and streamline your test automation in building high-quality web and mobile applications.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/C252523252520Testing252520Frameworks.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Top Selenium C# Frameworks for Automation Testing in 2026</title>
      <link>https://www.testmuai.com/blog/top-selenium-csharp-framework/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/top-selenium-csharp-framework/</guid>
      <pubDate>Sun, 08 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <description>Explore the top Selenium C# frameworks for automation testing in 2026, including NUnit, xUnit, and MSTest, to enhance your testing efficiency.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/seleniumcsharpframeworks.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium C# Tutorial: Handling Frames and iFrames With Examples</title>
      <link>https://www.testmuai.com/blog/handling-frames-and-iframes-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-frames-and-iframes-selenium-c-sharp/</guid>
      <pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/selenium-csharp-tutorial-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Selenium C# Tutorial: Handling Multiple Browser Windows</title>
      <link>https://www.testmuai.com/blog/selenium-c-tutorial-handling-multiple-browser-windows/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-c-tutorial-handling-multiple-browser-windows/</guid>
      <pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to handle multiple windows in Selenium C# along with some Selenium test automation examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Handling-Multiple-Browser-Windows.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Most Complete MSTest Framework Tutorial Using .Net Core</title>
      <link>https://www.testmuai.com/blog/most-complete-mstest-framework-tutorial-using-net-core-2/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/most-complete-mstest-framework-tutorial-using-net-core-2/</guid>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/MSTests.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>NUnit Tutorial: Parameterized Tests With Examples</title>
      <link>https://www.testmuai.com/blog/nunit-parameterized-test-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nunit-parameterized-test-examples/</guid>
      <pubDate>Tue, 30 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn NUnit parameterized tests with examples for efficient cross-browser testing by testing code against different input values for a better web experience.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/12/Parameterized-Tests-With-Examples.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Generate NUnit Reports</title>
      <link>https://www.testmuai.com/blog/generate-report-in-nunit/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/generate-report-in-nunit/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>In this tutorial, you will learn about generating NUnit reports along with some new features and advantages of ExtentReports.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/12/Test-Report-in-NUnit-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Select Dropdown In Selenium C#</title>
      <link>https://www.testmuai.com/blog/how-to-select-dropdown-in-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-select-dropdown-in-selenium-c-sharp/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This Selenium C# tutorial guides you through how to select dropdown in Selenium C# and multiple select menus.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/07/image10-8-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>IWebDriver Browser Commands In Selenium C#: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/iwebdriver-browser-commands-in-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/iwebdriver-browser-commands-in-selenium-c-sharp/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/04/unnamed20-202023-04-25T204922.625.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>MSTest Tutorial: Running First Selenium Automation Script</title>
      <link>https://www.testmuai.com/blog/mstest-tutorial-running-first-selenium-automation-script/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/mstest-tutorial-running-first-selenium-automation-script/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/06/MSTEST.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Selenium C#: Guide to Managing Alert Windows Effectively</title>
      <link>https://www.testmuai.com/blog/selenium-c-tutorial-handling-alert-windows/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-c-tutorial-handling-alert-windows/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>This Selenium C# tutorial, learn how to perform operations &amp; handle alert windows in Selenium using C# with examples on handling accept, dismiss, and SendKeys.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Selenium-C-Sharp.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Detailed Guide Tutorial On Selenium C#</title>
      <link>https://www.testmuai.com/blog/selenium-c-sharp-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-c-sharp-tutorial/</guid>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <description>For C# fans who want to automate testing efforts using Selenium, here&apos;s a compilation of our Selenium C# tutorials to help you on the journey to an expert!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/Selenium-Csharp-Tutorial-Introduction.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Selenium C# Tutorial: Setting Up Selenium In Visual Studio</title>
      <link>https://www.testmuai.com/blog/setting-up-selenium-in-visual-studio/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/setting-up-selenium-in-visual-studio/</guid>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/Setting-Up-Selenium-In-Visual-Studio.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Find Element by Text in Selenium C#</title>
      <link>https://www.testmuai.com/blog/find-element-by-text-selenium-csharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/find-element-by-text-selenium-csharp/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/by-Text-in-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium C# Tutorial on Explicit and Fluent Wait</title>
      <link>https://www.testmuai.com/blog/explicit-fluent-wait-in-selenium-c/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/explicit-fluent-wait-in-selenium-c/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/C-Sharp.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Scroll Down in Selenium C#</title>
      <link>https://www.testmuai.com/blog/scroll-down-page-selenium-webdriver-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/scroll-down-page-selenium-webdriver-c-sharp/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>Learn to scroll down in Selenium C# using JavaScriptExecutor for precise scrolling and effective WebElement interaction.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/03/unnamed-2024-09-10T150853.299.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use WebDriverWait In Selenium C#</title>
      <link>https://www.testmuai.com/blog/webdriverwait-in-selenium-c-sharp/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/webdriverwait-in-selenium-c-sharp/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <description>Learn how to effectively use WebDriverWait Selenium test automation with this tutorial. Improve your C# test automation skills now with WebDriverWait Selenium!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/Use2520WebDriverWait2520In2520Selenium2520C2523.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium C# Tutorial: Using Implicit Wait In Selenium C#</title>
      <link>https://www.testmuai.com/blog/implicit-wait-csharp-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/implicit-wait-csharp-selenium/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium C#</category>
      <category>Tutorial</category>
      <description>We will talk about what are Selenium waits, why are they important, &amp; how to implement an Implicit Wait in Selenium C# with examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/Implicit-Wait-in-csharp-Selenium.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>MSTest Setup Tutorial: Environment For Selenium Testing</title>
      <link>https://www.testmuai.com/blog/mstest-tutorial-environment-setup-for-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/mstest-tutorial-environment-setup-for-selenium-testing/</guid>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium C#</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/MSTest-Tutorial-Environment-Setup.jpg" medium="image" type="image/jpeg" />
    </item>
  </channel>
</rss>
