<?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>Fri, 26 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <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>Fri, 26 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>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>Wed, 27 May 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>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>Tue, 25 Nov 2025 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>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, 03 Sep 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, 03 Sep 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>Gherkin Test Cases: A Strategic Guide for Enterprise QA</title>
      <link>https://www.testmuai.com/blog/gherkin-test-cases/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/gherkin-test-cases/</guid>
      <pubDate>Mon, 18 Aug 2025 00:00:00 +0000</pubDate>
      <dc:creator>Saniya Gazala</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <description>Learn how to write effective Gherkin test cases with clear structure, tags, and scenario outlines to improve collaboration and automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/08/Gherkin-Test-cases-1200px.png" medium="image" type="image/png" />
    </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>Fri, 01 Aug 2025 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>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>Sat, 19 Jul 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 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>Fri, 11 Jul 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>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>Mon, 02 Jun 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 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 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, 02 Dec 2024 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>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>Fri, 25 Oct 2024 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>Selenium Pagination Tutorial: How to Handle Page Navigation</title>
      <link>https://www.testmuai.com/blog/selenium-pagination/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-pagination/</guid>
      <pubDate>Fri, 13 Sep 2024 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this Selenium pagination tutorial, learn about paginated websites, their importance, and how to automate pagination using Selenium Java on the TestMu AI (Formerly LambdaTest) cloud grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/09/selenium-pagination.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>Wed, 31 Jul 2024 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>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>Wed, 31 Jul 2024 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 Write Test Cases in Java</title>
      <link>https://www.testmuai.com/blog/test-cases-in-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/test-cases-in-java/</guid>
      <pubDate>Mon, 08 Jul 2024 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn how to write test cases in Java Using Selenium WebDriver and TestNG.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/07/How-To-Write-Test-Cases-in-Java.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>Fri, 21 Jun 2024 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>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>Fri, 14 Jun 2024 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 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>Thu, 13 Jun 2024 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 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>Wed, 12 Jun 2024 00:00:00 +0000</pubDate>
      <dc:creator>Sri Priya</dc:creator>
      <category>Selenium Java</category>
      <category>Selenium WebDriver</category>
      <category>Tutorial</category>
      <description>Learn how to handle hidden elements in Selenium WebDriver with Java: JavaScriptExecutor clicks, getAttribute for text, isDisplayed checks, and hidden dropdowns.</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>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, 21 May 2024 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 Use ThreadLocal in Java With Selenium WebDriver TestMu AI (Formerly LambdaTest)</title>
      <link>https://www.testmuai.com/blog/threadlocal-in-java-with-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/threadlocal-in-java-with-selenium-webdriver/</guid>
      <pubDate>Tue, 07 May 2024 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>In this Selenium Java tutorial, we will learn what is ThreadLocal in Java demonstrating practical examples of its implementation in Selenium test automation</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/05/How-to-Use-ThreadLocal-in-Java-With-Selenium-WebDriver.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, 25 Apr 2024 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 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>Mon, 22 Apr 2024 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 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>Fri, 05 Apr 2024 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>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, 28 Mar 2024 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 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>Thu, 28 Mar 2024 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>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>Thu, 21 Mar 2024 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 Handle Modal Dialog Box in Selenium WebDriver Java</title>
      <link>https://www.testmuai.com/blog/how-to-handle-modal-dialog-box-in-selenium-webdriver-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-modal-dialog-box-in-selenium-webdriver-java/</guid>
      <pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>In this Selenium Java tutorial, we will learn what a modal dialog box is and how to handle modal dialog box in Selenium WebDriver Java</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/05/How-to-Handle-Modal-Dialog-Box-in-Selenium-WebDriver-Java.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>13 Best Java Testing Frameworks [2026]</title>
      <link>https://www.testmuai.com/blog/best-java-testing-frameworks/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/best-java-testing-frameworks/</guid>
      <pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate>
      <dc:creator>Salman Khan</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <description>Stay ahead of the curve in software testing with our list of the 13 best Java testing frameworks for 2026.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/132520Best2520Java2520Testing2520Frameworks2520For25202023-1.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>Mon, 12 Feb 2024 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>Using TestNG In Selenium With Examples: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/testng-in-selenium/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/testng-in-selenium/</guid>
      <pubDate>Wed, 24 Jan 2024 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>TestNG is a robust Java-based testing framework. Streamline parallel testing and leverage comprehensive reporting while harnessing the power of TestNG in Selenium.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/02/How-To-Automate-Using-TestNG-In-Selenium-OG-Image.png" medium="image" type="image/png" />
    </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>Tue, 16 Jan 2024 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>A Complete Tutorial on Using assertTrue() in Java</title>
      <link>https://www.testmuai.com/blog/asserttrue-in-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/asserttrue-in-java/</guid>
      <pubDate>Tue, 12 Dec 2023 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>assertTrue() method is used for performing assertions in automated tests. This JUnit tutorial demonstrates using the assertTrue() in Java to perform assertions and check specific conditions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/12/Using-assertTrue.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, 13 Nov 2023 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 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, 06 Nov 2023 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>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>Tue, 31 Oct 2023 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 Perform Visual Regression Testing With Selenium And Smart UI</title>
      <link>https://www.testmuai.com/blog/selenium-visual-regression-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-visual-regression-testing/</guid>
      <pubDate>Tue, 10 Oct 2023 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Selenium visual regression testing focuses on detecting unintended visual changes or regressions in a web application&apos;s user interface over time. This blog discusses visual regression testing and how to perform it with Selenium and TestMu AI (Formerly LambdaTest)’s SmartUI.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/10/unnamed-2023-10-10T115303.290.png" medium="image" type="image/png" />
    </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>Thu, 05 Oct 2023 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>
    <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>Mon, 18 Sep 2023 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 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>Fri, 04 Aug 2023 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>Thread.sleep() Method in Java - Complete Tutorial With Example</title>
      <link>https://www.testmuai.com/blog/sleep-java-method/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/sleep-java-method/</guid>
      <pubDate>Mon, 24 Jul 2023 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This Selenium Java tutorial discusses Thread.sleep() in Java to pause the code execution for some time and best practices of using Selenium’s implicit, explicit and fluent waits in the code for saving the time in test automation code execution.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/07/unnamed-60-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use Arrays.asList() In Java [With Examples]</title>
      <link>https://www.testmuai.com/blog/arrays-aslist-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/arrays-aslist-java/</guid>
      <pubDate>Fri, 16 Jun 2023 00:00:00 +0000</pubDate>
      <dc:creator>Arun Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>Learn about the Arrays.asList() in Java with examples and understand how to convert arrays to lists and vice versa. This blog covers everything you need to know about working with arrays and lists in Java using the Arrays.asList() method.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/How-To-Use-Arrays.asList-In-Java-With-Examples-OG.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>Tue, 06 Jun 2023 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>How To Use JUnit Ignore Test Annotation [With Examples]</title>
      <link>https://www.testmuai.com/blog/junit-ignore-test-annotation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/junit-ignore-test-annotation/</guid>
      <pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate>
      <dc:creator>Faisal Khatri</dc:creator>
      <category>Automation</category>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This blog on JUnit Ignore Test annotation will provide valuable inputs and practical advice on how to disable/skip tests using different annotations.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/05/JUnit2040Ignore20Test20Annotation20with20Example201200px201-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Handle SSL Certificates In Selenium WebDriver?</title>
      <link>https://www.testmuai.com/blog/how-to-handle-ssl-certificates-in-selenium-webdriver/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-ssl-certificates-in-selenium-webdriver/</guid>
      <pubDate>Wed, 26 Apr 2023 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Tutorial</category>
      <description>This blog on how to handle SSL certificates in Selenium will help you understand more about SSL certificates and their importance in production and testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/04/unnamed-1.png" medium="image" type="image/png" />
    </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>Wed, 08 Feb 2023 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>How To Automate Toggle Buttons In Selenium Java</title>
      <link>https://www.testmuai.com/blog/how-to-automate-toggle-buttons-in-selenium-java/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-automate-toggle-buttons-in-selenium-java/</guid>
      <pubDate>Thu, 24 Nov 2022 00:00:00 +0000</pubDate>
      <dc:creator>Fidaa Berrjeb</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This Selenium Java tutorial covers how to automate toggle buttons in Selenium Java and interact with them while performing automated UI testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/11/Automate2520Toggle2520Buttons2520In2520Selenium2520Java.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>Thu, 27 Oct 2022 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>How To Get Response Status Code Using Apache HTTP Client?</title>
      <link>https://www.testmuai.com/blog/how-to-get-response-status-code-using-apache-httpclient/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-get-response-status-code-using-apache-httpclient/</guid>
      <pubDate>Mon, 11 Jul 2022 00:00:00 +0000</pubDate>
      <dc:creator>Vipul Gupta</dc:creator>
      <category>Selenium Java</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>This blog demonstrates how to get response status codes with Apache HttpClient and execute them on cloud Selenium Grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/07/Frame-87-3-1-1.png" medium="image" type="image/png" />
    </item>
  </channel>
</rss>
