<?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 Tutorial (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/selenium-tutorial/</link>
    <atom:link href="https://www.testmuai.com/blog/category/selenium-tutorial/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Selenium Tutorial articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 17 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>TestNG Annotations Tutorial With Examples For Selenium</title>
      <link>https://www.testmuai.com/blog/complete-guide-on-testng-annotations-for-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/complete-guide-on-testng-annotations-for-selenium-webdriver/</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sadhvi Singh</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to use TestNG annotations 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/2019/04/TestNG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Automate Browser Testing with Selenium Opera in Python Easily</title>
      <link>https://www.testmuai.com/blog/automated-browser-testing-with-opera-and-selenium-in-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-browser-testing-with-opera-and-selenium-in-python/</guid>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Python</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Opera may not be your default browser, but still has a market share of 2%. Here is a complete guide for Automated Browser Testing with Selenium Opera in Python.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/Opera-Selenium-Blog.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Using Selenium And Python Hypothesis For Automation Testing</title>
      <link>https://www.testmuai.com/blog/using-selenium-and-python-hypothesis-for-automation-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/using-selenium-and-python-hypothesis-for-automation-testing/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Python</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>A detailed look at the features of Hypothesis, a Python testing library, before performing automated cross browser testing with Python &amp; Selenium by Hypothesis.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/05/JPG-4.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Selenium Testing With Selenide element Using IntelliJ &amp; Maven</title>
      <link>https://www.testmuai.com/blog/selenium-testing-with-selenide-using-intellij-maven/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-testing-with-selenide-using-intellij-maven/</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Muthuraja</dc:creator>
      <category>Automation</category>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Selenide is an open source library for test automation powered by Selenium WebDriver. Here, we run Selenium testing with Selenide element using IntelliJ &amp; Maven.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/02/Selenide-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Mouse Hover in Selenium: Code, Pitfalls &amp; Best Practices</title>
      <link>https://www.testmuai.com/blog/mouse-hover-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/mouse-hover-in-selenium/</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Upendra Prasad Mahto</dc:creator>
      <category>Selenium Tutorial</category>
      <description>Perform mouse hover in Selenium with ActionChains in Python. Code examples, common pitfalls, best practices, and cross-browser cloud setup.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-perform-mouse-hover-action-in-selenium-og.webp" medium="image" type="image/webp" />
    </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>XPath in Selenium: Complete Guide With Examples 2026</title>
      <link>https://www.testmuai.com/blog/complete-guide-for-using-xpath-in-selenium-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/complete-guide-for-using-xpath-in-selenium-with-examples/</guid>
      <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Automation</category>
      <description>Learn XPath in Selenium with real examples: absolute vs relative XPath, dynamic XPath, axes, contains(), starts-with(), and Chrome tips.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/xpath-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>15 Selenium Best Practices For Test Automation 2026</title>
      <link>https://www.testmuai.com/blog/selenium-best-practices-for-web-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-best-practices-for-web-testing/</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Optimize your web testing with 15 essential Selenium best practices for stable, maintainable test automation in 2026. Cut flake rate and ship faster.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/15-selenium-best-practices-for-test-automation-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Desired Capabilities in Selenium: Are They Deprecated?</title>
      <link>https://www.testmuai.com/blog/desired-capabilities-in-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/desired-capabilities-in-selenium-testing/</guid>
      <pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ramit Dhamija</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Understand Desired Capabilities in Selenium, why they are deprecated, and how to use modern Options classes for stable test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/desired-capabilities-in-selenium-webdriver-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Use JavaScriptExecutor in Selenium</title>
      <link>https://www.testmuai.com/blog/how-to-use-javascriptexecutor-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-javascriptexecutor-in-selenium-webdriver/</guid>
      <pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to use JavaScriptExecutor in Selenium to execute JavaScript commands, enhance test scripts, and handle complex WebElements efficiently.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-use-javascriptexecutor-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Selenium Locators Made Easy: Types &amp; Examples for Reliable Tests</title>
      <link>https://www.testmuai.com/blog/locators-in-selenium-webdriver-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/locators-in-selenium-webdriver-with-examples/</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Selenium Locators</category>
      <category>Tutorial</category>
      <description>Learn Selenium locators the easy way. Explore types, real examples, and best practices to avoid flaky tests.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/selenium-locators-explained-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Selenium 3 vs Selenium 4: Key Differences</title>
      <link>https://www.testmuai.com/blog/selenium-3-vs-selenium-4/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-3-vs-selenium-4/</guid>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Akash Nagpal</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Selenium 3 vs Selenium 4: Uncover the key differences in web automation testing. Stay updated on the latest features and advancements.</description>
      <media:content url="https://assets.testmuai.com/resources/images/selenium-3-vs-selenium-4.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Selenium WebDriver Architecture Explained</title>
      <link>https://www.testmuai.com/blog/selenium-webdriver-architecture/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-webdriver-architecture/</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tanay Kumar Deo</dc:creator>
      <category>Selenium Tutorial</category>
      <description>Discover the inner workings of Selenium Architecture: Learn about Selenium 3 and Selenium 4 and how they revolutionize automated testing. Perfect your understanding today!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/07/image2-14.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Get Text Of A WebElement In Selenium?</title>
      <link>https://www.testmuai.com/blog/how-to-get-text-of-an-element-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-get-text-of-an-element-in-selenium/</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sonu Kumar Deo</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Automation</category>
      <description>Learn how to get text of an element in Selenium and also master the technique for effective web testing with Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/10/How-To-Get-Text-Of-An-Element-In-Selenium-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Run Selenium Test Scripts?</title>
      <link>https://www.testmuai.com/blog/how-to-write-test-scripts-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-write-test-scripts-in-selenium/</guid>
      <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Hari Sapna Nair</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to run Selenium test scripts with our comprehensive guide. Covers installation, configuration, and running your first test script in Java</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/12/How-To-Run-Selenium-Test-Scripts.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Selenium Click Commands Using Python</title>
      <link>https://www.testmuai.com/blog/how-to-automate-mouse-clicks-with-selenium-python/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-mouse-clicks-with-selenium-python/</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Paulo Oliveira</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Discover the art of automating mouse clicks with Selenium and Python. Streamline web form filling effortlessly. Explore effective automation techniques.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/11/How-to-Use-Selenium-Click-Commands-Using-Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Actions Class in Selenium</title>
      <link>https://www.testmuai.com/blog/what-is-actions-class-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/what-is-actions-class-in-selenium/</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Andreea Draniceanu</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn to handle the Actions Class in Selenium with Java and C# to automate complex user interactions, including various mouse and keyboard actions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/09/How-to-Handle-Actions-Class-in-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Grid Setup: Basics and Getting Started Tutorial</title>
      <link>https://www.testmuai.com/blog/selenium-grid-setup-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-grid-setup-tutorial/</guid>
      <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Discover how to configure a Selenium Grid setup for improved test automation. Get the complete setup guide here.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/07/Selenium-Grid-Setup-Basics-and-Getting-Started-Tutorial-Lambdatest.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Take Full Page Screenshots In Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/screenshots-with-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/screenshots-with-selenium-webdriver/</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Tutorial</category>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Learn how to take full page screenshots in Selenium WebDriver, including various approaches such as viewable area, WebElements full page screenshots, and more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/07/How-To-Take-Full-Page-Screenshots-In-Selenium-WebDriver-OG-Image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Top 52 Selenium Open Source Projects On GitHub [2026]</title>
      <link>https://www.testmuai.com/blog/top-selenium-open-source-projects-on-github/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/top-selenium-open-source-projects-on-github/</guid>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shahzeb Hoda</dc:creator>
      <category>Selenium Tutorial</category>
      <description>This run-down of the top 52 Selenium projects on GitHub will help you choose the best Selenium open source tools, libraries, and frameworks, according to GitHub.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/10/The-Top-52-Selenium-Open-Source-Projects-On-GitHub-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle Web Table in Selenium WebDriver?</title>
      <link>https://www.testmuai.com/blog/how-to-handle-web-table-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-web-table-in-selenium-webdriver/</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Master dynamic web table handling in Selenium WebDriver. Expert tips for effective automation in our comprehensive guide</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/07/Table.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>WebdriverIO Tutorial: Browser Commands for Selenium Testing</title>
      <link>https://www.testmuai.com/blog/webdriverio-tutorial-browser-commands-for-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/webdriverio-tutorial-browser-commands-for-selenium-testing/</guid>
      <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Rahul Jain</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>In this WebdriverIO tutorial, we will teach you how to perform various actions within a browser through WebdriverIO browser commands for Selenium test automation. Read now!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/WebDriverIO.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Get Element by Tag Name In Selenium</title>
      <link>https://www.testmuai.com/blog/locating-elements-by-tagname-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/locating-elements-by-tagname-in-selenium/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to get elements by tag name using the tagName() locator in Selenium; it is useful when you do not have any other Selenium locator on the web page.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/06/Get-Element-by-Tag-Name.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>All You Need To Know For Selenium Testing On The Cloud</title>
      <link>https://www.testmuai.com/blog/cloud-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cloud-selenium-testing/</guid>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Selenium testing on the cloud is the most efficient way to scale up automated browser testing. This blog will help you get started with cross browser testing in Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/09/Running-Selenium-Tests-On-Cloud.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Get HTML Source Of A Web Element In Selenium Using Python?</title>
      <link>https://www.testmuai.com/blog/how-to-get-page-source-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-get-page-source-in-selenium-webdriver/</guid>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Aman Chopra</dc:creator>
      <category>Selenium Tutorial</category>
      <category>UI Testing</category>
      <category>Website Testing</category>
      <description>Learn to retrieve HTML source of a web element using Selenium WebDriver in Python</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/01/How-To-Get-HTML-Source-Of-A-Web-Element-In-Selenium-Using-Python.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Learn To Close Browser Tabs In Selenium Python And Java</title>
      <link>https://www.testmuai.com/blog/selenium-close-tab/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-close-tab/</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tanay Kumar Deo</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Selenium Java</category>
      <category>Selenium Python</category>
      <category>Selenium WebDriver</category>
      <description>Master the art of closing browser tabs in Selenium with Python and Java. Optimize your test automation with effective tab management.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/Techniques-To-Close-Browser-Tabs.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Take Screenshot In Selenium Java?</title>
      <link>https://www.testmuai.com/blog/how-to-capture-screenshots-in-selenium-guide-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-capture-screenshots-in-selenium-guide-with-examples/</guid>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tanay Kumar Deo</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Selenium Tutorial</category>
      <description>Learn to take screenshot in Selenium Java and get in depth knowledge of why it is critical in the software testing lifecycle.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/unnamed-2024-04-05T183125.707-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>27 Best Practices for Selenium Test Automation</title>
      <link>https://www.testmuai.com/blog/27-best-practices-selenium-test-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/27-best-practices-selenium-test-automation/</guid>
      <pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Veethee Dixit</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Wondering how to improve your test automation efforts? Make your scripts more stable and reliable with these 27 tips for Selenium testing. Start learning now.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Best-practices-for-selenium-testing.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Now Test With Selenium 4 Capabilities, Shared Tunnel, &amp; More!</title>
      <link>https://www.testmuai.com/blog/selenium-4-capabilities/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-4-capabilities/</guid>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Harshit Paul</dc:creator>
      <category>TestMu AI Updates</category>
      <category>Selenium Tutorial</category>
      <description>Today, we introduced Selenium 4 capabilities in our Desired Capabilities Generator, along with capabilities for Geolocation testing. Also, you can now work with a shared SSH tunnel to test your locally hosted pages.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/11/Selenium-4-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>SelectorsHub: The Next Gen XPath, CSS Selectors Tool</title>
      <link>https://www.testmuai.com/blog/selectorshub-the-next-gen-xpath-css-selectors-tool/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selectorshub-the-next-gen-xpath-css-selectors-tool/</guid>
      <pubDate>Wed, 28 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Junaid Ahmed</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Automation</category>
      <description>SelectorsHub is a browser extension that will help you in writing XPath and CSS Selectors within five seconds, let’s find out why you need to choose this Selenium XPath tool.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/Selectors-Hub.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Building An Automated Testing Pipeline with GoCD [Tutorial]</title>
      <link>https://www.testmuai.com/blog/building-an-automated-testing-pipeline-with-gocd/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/building-an-automated-testing-pipeline-with-gocd/</guid>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>CI/CD</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>In this GoCD pipeline tutorial, we had a detailed look at how to configure GoCD pipeline, configuring multiple stages, using Selenium test automation with the GoCD pipeline and a lot more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/06/Automated-Testing-Pipeline-With-GOCD.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Implement A QA Pipeline Within CI/CD Framework</title>
      <link>https://www.testmuai.com/blog/how-professional-qa-implements-a-robust-ci-cd-pipeline/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-professional-qa-implements-a-robust-ci-cd-pipeline/</guid>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Hamid Akhtar</dc:creator>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <category>Testing Strategies</category>
      <description>Learn how to successfully implement a QA Pipeline within a CI/CD framework. Discover insights, challenges, and actionable strategies for effective QA.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/06/2.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Cross Browser Testing With Protractor &amp; Selenium</title>
      <link>https://www.testmuai.com/blog/automated-cross-browser-testing-with-protractor-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-cross-browser-testing-with-protractor-selenium/</guid>
      <pubDate>Tue, 30 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Muthuraja</dc:creator>
      <category>Automation</category>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Protractor is an E2E automation testing framework for JavaScript. In this article, we execute automated cross browser testing with Protractor and Selenium</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/01/Protractor-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Build An Automated Testing Pipeline With GitLab CI/CD &amp; Selenium Grid</title>
      <link>https://www.testmuai.com/blog/automated-testing-pipeline-with-gitlab-ci-cd-and-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automated-testing-pipeline-with-gitlab-ci-cd-and-selenium/</guid>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Harshit Paul</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>We will configure a CI/CD pipeline with GitLab CI/CD and execute Selenium testing over it through TestMu AI (Formerly LambdaTest), an online Selenium Grid of 3000+ real browsers.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/03/GitLab-CI-CD-and-Selenium-Grid.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Automate Calendar In Selenium WebDriver For Automation Testing?</title>
      <link>https://www.testmuai.com/blog/how-to-automate-calendar-using-selenium-webdriver-for-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-calendar-using-selenium-webdriver-for-testing/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Learn how to automate calendars with Selenium WebDriver for efficient testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/06/Calendar.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Automation Testing With Selenium, Cucumber &amp; TestNG</title>
      <link>https://www.testmuai.com/blog/automation-testing-with-selenium-cucumber-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automation-testing-with-selenium-cucumber-testng/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Bharadwaj Pendyala</dc:creator>
      <category>Automation</category>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Cucumber is a BDD framework for automation testing with Selenium. Run your first Cucumber script &amp; leverage TestNG capabilities to perform parallel testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/02/Wall-2.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Use Cases of XPath Python In Selenium With Examples</title>
      <link>https://www.testmuai.com/blog/python-xpath/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/python-xpath/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jainish Patel</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Selenium Python</category>
      <description>Learn how to use Python XPath with Selenium and it&apos;s functions using various examples and use cases.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/XPath-In-Selenium-With-Examples-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Maven Dependency Tutorial</title>
      <link>https://www.testmuai.com/blog/getting-started-with-maven-for-selenium-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/getting-started-with-maven-for-selenium-testing/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Rahul Rana</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Explore the seamless integration of Selenium Maven dependency in your test automation projects with this comprehensive tutorial.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/Maven-Tutorial-for-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Selenium Java Tutorial - Class Name Locator In Selenium</title>
      <link>https://www.testmuai.com/blog/selenium-java-tutorial-class-name-locator-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-java-tutorial-class-name-locator-in-selenium/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Sadhvi Singh</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>In this Selenium Java tutorial, I will be referencing on Class name locator in Selenium to demonstrate how to locate an element on a webpage via class name.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/06/JPGS-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Selenium Wait: Implicit, Explicit &amp; Fluent Wait Commands</title>
      <link>https://www.testmuai.com/blog/selenium-waits/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-waits/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Vijay Kaushik</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Automation</category>
      <description>Learn Selenium Waits for efficient web automation and say goodbye to flaky tests.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/08/unnamed-2024-03-04T182940.966-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>XML And HTML Report In PyUnit For Test Automation</title>
      <link>https://www.testmuai.com/blog/generating-xml-and-html-report-in-pyunit-for-test-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/generating-xml-and-html-report-in-pyunit-for-test-automation/</guid>
      <pubDate>Tue, 23 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>We will create PyUnit HTML reports and XML reports for automated cross browser testing. Leverage RESTful API for extracting reports from cloud-based Selenium Grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/08/PYUnit.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How Smashtest Is Changing The Way You Write Selenium Tests?</title>
      <link>https://www.testmuai.com/blog/how-smashtest-is-changing-the-way-you-write-selenium-tests/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-smashtest-is-changing-the-way-you-write-selenium-tests/</guid>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>We will help you walkthrough the entire process of automation testing with Selenium using the Smashtest. Smashtest is a new programming language to help you deploy test cases faster.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/09/SMASHTEST.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Configure Cucumber Setup In Eclipse And IntelliJ</title>
      <link>https://www.testmuai.com/blog/configure-cucumber-setup-in-eclipse-and-intellij/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/configure-cucumber-setup-in-eclipse-and-intellij/</guid>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Harshit Paul</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Wanted to get started with Cucumber, the wide-used BDD framework for Selenium automation testing? Check out our blog that helps you with Cucumber setup in Eclipse and IntelliJ IDEA. It also provides a step-by-step guide on setting up Maven Cucumber project in Eclipse.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/05/Configure-Cucumber-Setup-In-Eclipse.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>XUnit Testing Tutorial: Environment Setup For Selenium Testing</title>
      <link>https://www.testmuai.com/blog/xunit-testing-tutorial-environment-setup/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/xunit-testing-tutorial-environment-setup/</guid>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>xUnit is a popular open-source testing framework created by the developers of NUnit. Learn how to set up xUnit with visual studio or by package manager commands.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/05/XUnit-Testing-Tutorial.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Nightwatch.js Tutorial For Automation Testing (A Guide With Examples)</title>
      <link>https://www.testmuai.com/blog/nightwatch-js-tutorial-for-test-automation-beginners/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nightwatch-js-tutorial-for-test-automation-beginners/</guid>
      <pubDate>Sun, 07 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Ramit Dhamija</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>In this Nightwatch.js tutorial, we will learn how to perform automation testing with Nightwatch.js and WebDriver, using a remote Selenium Grid for cross browser testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/12/Nightwatch.js-Tutorial.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Jest Testing with Selenium and JavaScript: Beginner&apos;s Guide</title>
      <link>https://www.testmuai.com/blog/jest-tutorial-for-selenium-javascript-testing-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/jest-tutorial-for-selenium-javascript-testing-with-examples/</guid>
      <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Harshit Paul</dc:creator>
      <category>Selenium JavaScript</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to perform Selenium JavaScript testing using Jest with this comprehensive tutorial. This article covers the basics of Jest Testing, installation, configuration, and step-by-step examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Jest-Tutorial.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Complete Guide To Handle Multiple Windows With Selenium &amp; Protractor</title>
      <link>https://www.testmuai.com/blog/handle-multiple-windows-selenium-protractor/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handle-multiple-windows-selenium-protractor/</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Aditya Dwivedi</dc:creator>
      <category>Automation</category>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <category>Tutorial</category>
      <description>Learn how to handle multiple browser windows and tabs in Protractor framework for Selenium with examples in this complete guide. Read Now!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/Handle-Multiple-Windows-With-Selenium.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>What Is New In Selenium 4 And What Is Deprecated In It?</title>
      <link>https://www.testmuai.com/blog/what-is-deprecated-in-selenium4/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/what-is-deprecated-in-selenium4/</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Discover Selenium 4 new features and architecture changes: W3C WebDriver, revamped Grid, improved IDE, DevTools, and APIs for tabs and windows and more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/01/what-has-changed-in-selenium-4-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What Is Parallel Testing And Why Is It Important?</title>
      <link>https://www.testmuai.com/blog/what-is-parallel-testing-and-why-to-adopt-it/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/what-is-parallel-testing-and-why-to-adopt-it/</guid>
      <pubDate>Thu, 27 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Hari Sapna Nair</dc:creator>
      <category>Automation</category>
      <category>Selenium Tutorial</category>
      <description>Learn about the parallel testing process, implementation, use cases, examples, best practices, tools, benefits, and limitations for efficient testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/04/what-is-parallel-testing.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Challenges &amp; Limitations In Selenium, How To Fix Them?</title>
      <link>https://www.testmuai.com/blog/common-challenges-in-selenium-automation-how-to-fix-them/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/common-challenges-in-selenium-automation-how-to-fix-them/</guid>
      <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Cross Browser Testing</category>
      <category>Selenium Tutorial</category>
      <description>Selenium makes testing easy but there are a fair number of challenges faced in Selenium automation. Here we will address these challenges &amp; their resolutions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2019/05/JPG-3.jpg" medium="image" type="image/jpeg" />
    </item>
  </channel>
</rss>
