<?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 Java (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/selenium-java/</link>
    <atom:link href="https://www.testmuai.com/blog/category/selenium-java/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Selenium Java articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Jul 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>How To Handle Captcha In Selenium</title>
      <link>https://www.testmuai.com/blog/handle-captcha-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handle-captcha-in-selenium/</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ria Dayal</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to effectively Handle Captcha in Selenium with expert tips and techniques. Elevate your web automation testing proficiency.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/01/handle-captcha-in-selenium.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing</title>
      <link>https://www.testmuai.com/blog/junit-5-vs-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-5-vs-testng/</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shalini Baskaran</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This article on JUnit 5 vs. TestNG compares the differences between JUnit and TestNG to help you choose the right framework for your test automation requirements.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/12/unnamed-41.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What&apos;s New in JUnit 6: Features &amp; Enhancements</title>
      <link>https://www.testmuai.com/blog/whats-new-in-junit6/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/whats-new-in-junit6/</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <description>JUnit 6 raises the Java baseline to 17, unifies module versioning, adds native Kotlin coroutine support, and removes legacy modules. See what&apos;s new in JUnit 6.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/whats-new-in-junit6-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Window Handling in Selenium WebDriver Using Java</title>
      <link>https://www.testmuai.com/blog/how-to-handle-multiple-windows-in-selenium-webdriver-using-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-multiple-windows-in-selenium-webdriver-using-java/</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ria Dayal</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn window handling in Selenium WebDriver using Java with getWindowHandle, getWindowHandles, switchTo, and Selenium 4 newWindow API examples.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/handle-multiple-windows-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>JUnit Setup: How To Install and Configure JUnit 5 Environment</title>
      <link>https://www.testmuai.com/blog/setup-junit-environment/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/setup-junit-environment/</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sri Priya</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to setup JUnit 5 on Windows, configure environment variables, install JUnit in IntelliJ IDEA, and write and run your first JUnit test in Java.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/junit-setup-environment-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to group test cases in TestNG [with Examples]</title>
      <link>https://www.testmuai.com/blog/grouping-test-cases-in-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/grouping-test-cases-in-testng/</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how groups in TestNG let you run smoke, regression, or specific tests on demand, with examples for @BeforeGroups, dependsOnGroups, and the command line.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/grouping-test-cases-in-testng.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Selenium With Java: A Hands-On Tutorial [2026]</title>
      <link>https://www.testmuai.com/blog/selenium-with-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-with-java/</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Salman Khan</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Set up Selenium with Java, write your first WebDriver test, scale to parallel execution, and apply best practices for maintainable automation.</description>
      <media:content url="https://assets.testmuai.com/resources/images/How-to-Use-Selenium-With-Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Automate Selenium Login Tests With ChatGPT</title>
      <link>https://www.testmuai.com/blog/automate-selenium-login-tests-chatgpt/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/automate-selenium-login-tests-chatgpt/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>AI</category>
      <description>Learn how to automate Selenium login tests with ChatGPT. Explore prompts, code walkthroughs, debugging tips, and best practices for better test generation.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/automate-selenium-login-tests-chatgpt.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Selenium Automation Testing: Basics and Getting Started</title>
      <link>https://www.testmuai.com/blog/selenium-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-tutorial/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shahzeb Hoda</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>This article will help you learn the basics of Selenium and everything you need to know to get started with Selenium automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/01/Selenium-automation-testing.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Use DataProviders In TestNG [With Examples]</title>
      <link>https://www.testmuai.com/blog/how-to-use-dataproviders-in-testng-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-dataproviders-in-testng-with-examples/</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kritika Murari</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>Learn how to use DataProvider in TestNG to inject multiple values into a single Selenium test, including inheritance, Excel, parallel execution, and cloud runs.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/Dataproviders-TestNG.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Click on a Button in Selenium [With Examples]</title>
      <link>https://www.testmuai.com/blog/selenium-click-button-with-examples/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-click-button-with-examples/</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to click on a button in Selenium with working Java, Python, and JavaScript examples covering left-click, right-click, double-click, drag-and-drop, JavascriptExecutor fallback, and explicit waits.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/how-to-click-on-a-button-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How To Use isDisplayed() In Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/isdisplayed-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/isdisplayed-in-selenium/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shalini Baskaran</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This article explains how to use isDisplayed() in Selenium WebDriver while performing Selenium automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/04/How-To-Use-isDisplayed-In-Sele-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Perform Local Website Testing Using Selenium And Java</title>
      <link>https://www.testmuai.com/blog/local-website-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/local-website-testing/</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this blog on local website testing, we will learn more about local page testing and its advantages in software development and the testing cycle.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/How20To20Perform20Local20Website20Testing20Using20Selenium20And20Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Automating Shadow DOM in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/shadow-dom-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/shadow-dom-in-selenium/</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn about Shadow DOM in Selenium, how to find elements using getShadowRoot(), JavaScriptExecuter and automate Shadow DOM with Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/01/shadow-dom-selenium-og.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Fix &quot;Element Not Clickable at Point&quot; in Selenium</title>
      <link>https://www.testmuai.com/blog/element-is-not-clickable-at-point-exception/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/element-is-not-clickable-at-point-exception/</guid>
      <pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Fix the &quot;Element Not Clickable at Point&quot; error in Selenium. Learn causes like overlaps, delays, and proven solutions with examples.</description>
      <media:content url="https://assets.testmuai.com/resources/images/learning-hub/fix-element-not-clickable-at-point-in-selenium-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>How to Handle Dynamic Dropdowns in Selenium WebDriver Using Java</title>
      <link>https://www.testmuai.com/blog/handling-dropdowns-in-selenium-webdriver-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-dropdowns-in-selenium-webdriver-java/</guid>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium WebDriver</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to effectively manage dynamic dropdowns in Selenium WebDriver using Java. Master the art of automated testing for dynamic web elements.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/12/Handle-Dynamic-Dropdowns-in-Selenium-WebDriver-With-Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle Authentication PopUps in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/handling-login-popup-in-selenium-webdriver-using-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-login-popup-in-selenium-webdriver-using-java/</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Learn to handle authentication popups in Selenium WebDriver, explore its different types of alerts, and effectively manage login prompts during web automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/03/Handle-Authentication-Popups-in-Selenium-WebDriver.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Select Multiple Checkboxes In Selenium WebDriver Using Java?</title>
      <link>https://www.testmuai.com/blog/how-to-select-multiple-checkboxes-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-select-multiple-checkboxes-in-selenium-webdriver/</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This article discusses various techniques on how to select multiple Checkboxes in Selenium WebDriver using Java.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/image2-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Shadow Root Selenium Java</title>
      <link>https://www.testmuai.com/blog/shadow-root-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/shadow-root-in-selenium-java/</guid>
      <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this tutorial, learn how to handle Shadow root in Selenium Java using the getShadowRoot() method and JavaScriptExecuter.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/04/Handle-Shadow-Root-in-Selenium-Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Find Element by Text in Selenium</title>
      <link>https://www.testmuai.com/blog/find-element-by-text-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/find-element-by-text-in-selenium/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to findElement() by text in Selenium for dynamic IDs and Classes. Overcome challenges, enhance automation testing, and gain practical insights.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/01/How-to-findElement-by-Text-in-Selenium-WebDriver.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle Cookies in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/handling-cookies-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-cookies-in-selenium-webdriver/</guid>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Shalini Baskaran</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this blog, you will learn to handle cookies in Selenium WebDriver, clearing session cookies using Selenium, and more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/07/Handle-Cookies-in-Selenium-WebDr.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Thread.sleep() in Selenium</title>
      <link>https://www.testmuai.com/blog/threadsleep-java-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/threadsleep-java-selenium/</guid>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Ever wondered how to use Thread.sleep in Java? Learn everything there is to know about the method and using it in Selenium. Read more.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/10/unnamed-2024-04-25T132656.794.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle NoSuchWindowException In Selenium</title>
      <link>https://www.testmuai.com/blog/nosuchwindowexception-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nosuchwindowexception-in-selenium/</guid>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This blog discusses some of the most common reasons for NoSuchWindowException in Selenium and the best practices to handle it.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/NoSuchWindowException25252520In25252520Selenium.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>Selenium SendKeys : All You Need To Know</title>
      <link>https://www.testmuai.com/blog/how-to-use-selenium-sendkeys/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-selenium-sendkeys/</guid>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solomon Eseme</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Selenium JavaScript</category>
      <category>Tutorial</category>
      <description>Discover how to use Selenium sendkeys for sending keystrokes automatically! Dive into our blog for insights on effective sendkeys utilization.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/01/unnamed-2024-05-30T125107.426.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Auto Suggestions in Selenium Java</title>
      <link>https://www.testmuai.com/blog/handling-auto-suggestions-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-auto-suggestions-in-selenium-java/</guid>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This blog delves into the intricacies of handling auto-suggestions in Selenium Java for web automation using different techniques.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/Selenium-Java-1.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>How to Fix NoSuchElementException in Selenium</title>
      <link>https://www.testmuai.com/blog/nosuchelementexception-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/nosuchelementexception-in-selenium/</guid>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>NoSuchElementException is one of the most common exceptions in Selenium, which occurs when an element is not found on the page. This blog post discusses NoSuchElementException, why it occurs, and how to fix NoSuchElementException in Selenium with Java.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/NoSuchElementException-in-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Web Scraping with Selenium Java: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/web-scraping-with-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/web-scraping-with-selenium-java/</guid>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Web Scraping or Web Data Extraction automatically extracts data from any target website using software tools and scripts. This blog delves into the intricacies of performing web scraping with Selenium Java for different websites.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-23T131909.445.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use @RepeatedTest Annotation In JUnit 5</title>
      <link>https://www.testmuai.com/blog/repeatedtest-annotation-in-junit-5/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/repeatedtest-annotation-in-junit-5/</guid>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ruchira Shukla</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>In this blog, you will learn how to use @RepeatedTest annotation in JUnit 5 to achieve the repetition of test cases and the use case for that.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/10/RepeatedTest-Annotation-In-JUnit.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Build Selenium Data-Driven Framework: Step-by-Step Guide</title>
      <link>https://www.testmuai.com/blog/data-driven-framework-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/data-driven-framework-in-selenium/</guid>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this blog, we deep dive into the nuances of data driven tests in Selenium and how the popular Data Driven Framework in Selenium can be used for realizing data driven testing as well as cross browser testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/09/data-driven-framework-in-selenium.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Handle ElementClickInterceptedException in Selenium Java</title>
      <link>https://www.testmuai.com/blog/elementclickinterceptedexception-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/elementclickinterceptedexception-in-selenium-java/</guid>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>This Selenium Java tutorial discusses the nitty-gritty of ElementClickInterceptedException in Selenium and ways to mitigate the exception.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/09/How-to-Handle.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Perform Java Unit Testing With JUnit</title>
      <link>https://www.testmuai.com/blog/java-unit-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/java-unit-testing/</guid>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Deboshree</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to perform Java unit testing using JUnit with step-by-step guidance on setup, writing test cases, and ensuring your code works as expected.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/07/java_unit_testing_image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Fluent Interface Design Pattern in Automation Testing</title>
      <link>https://www.testmuai.com/blog/fluent-interface-design-pattern/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/fluent-interface-design-pattern/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This blog on the fluent interface design pattern discusses writing Selenium web automation tests in a fluent way.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/10/Fluent20Interface20Design20Pattern20in20Automation20Testing.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Create TestNG Project In Eclipse &amp; Run Selenium Test Script</title>
      <link>https://www.testmuai.com/blog/create-testng-project-in-eclipse-run-selenium-test-script/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/create-testng-project-in-eclipse-run-selenium-test-script/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Praveen Mishra</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>Learn how to create your first TestNG project in Eclipse with this step-by-step guide for Selenium WebDriver and run your first Selenium TestNG Script.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/07/TestNG.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>A Complete Guide to Using @FindBy Annotation in Selenium Java</title>
      <link>https://www.testmuai.com/blog/findby-annotation-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/findby-annotation-selenium-java/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>@FindBy is an annotation used in Java to locate and identify web elements on a web page. This Selenium Java tutorial discusses using @FindBy annotation along with @FindBys, @FindAll, and @CacheLookup in Selenium Java.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-31T185636.207.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle StaleElementReferenceException in Selenium</title>
      <link>https://www.testmuai.com/blog/handling-stale-element-exceptions-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-stale-element-exceptions-in-selenium-java/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to handle StaleElementReferenceException in Selenium with effective strategies to ensure stable and reliable test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/10/unnamed-61.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Generate Extent Reports In Selenium</title>
      <link>https://www.testmuai.com/blog/extent-reports-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/extent-reports-in-selenium/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to generate Extent Reports in Selenium for comprehensive and customized test reporting using automation testing frameworks like TestNG.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/05/How-to-Generate-Extent-Reports-in-Selenium-og-image.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Write JUnit Test Cases: Step-by-Step Guide</title>
      <link>https://www.testmuai.com/blog/junit-test-cases/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-test-cases/</guid>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to write JUnit test cases with this step-by-step guide. Master test annotations, assertions, and best practices to ensure robust and reliable testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/12/unnamed-87.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Hidden Elements in Selenium WebDriver</title>
      <link>https://www.testmuai.com/blog/how-to-find-hidden-elements-in-selenium-webdriver-with-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-find-hidden-elements-in-selenium-webdriver-with-java/</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Sri Priya</dc:creator>
      <category>Selenium Java</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Hidden elements are present in the DOM but not visible on the web page. In this tutorial, learn how to handle hidden elements in Selenium WebDriver.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/How-to-Handle-Hidden-Elements-in-Selenium-WebDriver.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>What Is Robot Class in Selenium: A Complete Tutorial</title>
      <link>https://www.testmuai.com/blog/robot-class-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/robot-class-in-selenium/</guid>
      <pubDate>Wed, 19 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Saniya Gazala</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how the Robot class in Selenium helps automate system-level tasks like file uploads, pop-ups, and keyboard events for more complete test coverage.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/07/What-Is-Robot-Class-in-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Selenium Proxy for Browser Automation</title>
      <link>https://www.testmuai.com/blog/selenium-proxy/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-proxy/</guid>
      <pubDate>Wed, 19 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Alex Anie</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <description>Learn how to set up and run Selenium Proxy with Python to bypass IP bans, handle geo-restrictions, and scale browser automation securely.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/09/Selenium-Proxy-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Selenium Stealth Mode to Bypass Bot Detection</title>
      <link>https://www.testmuai.com/blog/selenium-stealth/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-stealth/</guid>
      <pubDate>Wed, 19 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Jacob Muganda</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>Learn how to use Selenium Stealth Mode to bypass bot detection in web scraping with step-by-step setup, examples, and cloud testing on TestMu AI (Formerly LambdaTest).</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/08/Selenium-Stealth-mode-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use Assertions In TestNG Using Selenium</title>
      <link>https://www.testmuai.com/blog/asserts-in-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/asserts-in-testng/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Praveen Mishra</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this TestNG tutorial, you will learn how to use different assertions in TestNG and see how they are helpful in Selenium automation testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/11/Assertions-In-TestNG-Using-Selenium.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Create TestNG.xml File in Eclipse</title>
      <link>https://www.testmuai.com/blog/create-testng-xml-file-execute-parallel-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/create-testng-xml-file-execute-parallel-testing/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This TestNG guide will help you in creating a TestNG.xml file and then executing multiple test cases in parallel on a Selenium Grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/08/TestNG.xml-File-in-Eclipse.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>A Complete Guide To Exception Tests In TestNG [With Examples]</title>
      <link>https://www.testmuai.com/blog/exception-tests-in-testng/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/exception-tests-in-testng/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <description>This blog post delves into some of the common exceptions encountered while performing automation testing and illustrates how to manage them by creating exception tests using TestNG.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/04/unnamed2520-25202023-04-14T155310.134.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Generate TestNG Reports In Jenkins?</title>
      <link>https://www.testmuai.com/blog/how-to-generate-testng-reports-in-jenkins/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-generate-testng-reports-in-jenkins/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Piyusha</dc:creator>
      <category>CI/CD</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to generate TestNG report in Jenkins in our latest blog. You will also learn how to share these TestNG reports in Jenkins through email. Generate &amp; share a Jenkins Selenium report seamlessly!</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/02/How-to-generate-testng-report-in-jenkins.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Install TestNG In Eclipse: Step-By-Step Guide</title>
      <link>https://www.testmuai.com/blog/how-to-install-testng-in-eclipse-step-by-step-guide/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-install-testng-in-eclipse-step-by-step-guide/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kritika Murari</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>Learn how to install TestNG in Eclipse IDE and add it to your Java projects.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2020/07/How-To-Install-TestNG-In-Eclipse-Step-By-Step-Guide.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide</title>
      <link>https://www.testmuai.com/blog/how-to-use-testng-reporter-log-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-use-testng-reporter-log-in-selenium/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Ria Dayal</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>In this Selenium TestNG tutorial, we will learn about the Reporter Class in TestNG along with the different parameters it offers.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/10/Use-TestNG-Reporter-Log-In-Selen.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Use JUnit ErrorCollector [With Examples]</title>
      <link>https://www.testmuai.com/blog/junit-error-collector/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-error-collector/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 +0000</pubDate>
      <dc:creator>Sri Priya</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Discover JUnit ErrorCollector, a crucial tool for comprehensive test coverage. Learn how it simplifies error handling, ensuring smooth test execution.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-05T122432.606.png" medium="image" type="image/png" />
    </item>
  </channel>
</rss>
