Aulas do Curso (139 vídeos)
This video session provides a step-by-step roadmap for beginners to learn programming, starting from Java to Selenium Au…
In this concise roadmap, you’ll get a clear overview of the core Java topics and concepts every Selenium automation engi…
In this roadmap, you’ll learn how beginners can start their Selenium automation journey. We’ll cover the essential topic…
If you are someone who wants to grow in Test Automation then you should not stop after learn selenium/qtp/web automation…
Learn how Selenium WebDriver communicates with browsers through the JSON Wire Protocol. A must-know concept for intervie…
In this step-by-step tutorial, you’ll learn how to configure Selenium WebDriver in IntelliJ IDEA by first creating a sta…
In this beginner-friendly tutorial, you’ll learn how to install and configure Selenium WebDriver for Java using the Ecli…
"In this video, you'll learn how to automate web interactions using Selenium WebDriver with Eclipse. We demonstrate how …
In this step-by-step tutorial, you’ll learn how to configure and launch Mozilla Firefox in Selenium WebDriver 3 using Ge…
In this video, you'll learn how to execute Selenium WebDriver scripts on the Google Chrome browser using Java and Chrome…
In this video, I will show you how to run Selenium Script on Brave browser. We dont have dedicated class in Selenium fo…
In this tutorial, you’ll learn how to execute Selenium scripts in Internet Explorer using DesiredCapabilities to handle …
This video highlights common challenges faced when using Internet Explorer with Selenium WebDriver—like zoom settings, p…
In this tutorial, you'll learn how to effectively debug Selenium scripts using Eclipse IDE tools like breakpoints, step-…
If you are working with web element then you should learn about locators then only you can achieve more using Selenium. …
In this in-depth tutorial, you’ll learn how to craft Dynamic XPath expressions in Selenium WebDriver using five proven a…
In this advanced XPath tutorial (Part 2), you'll master dynamic XPath creation in Selenium WebDriver using powerful func…
In this detailed tutorial, you'll learn how to create dynamic and robust CSS selectors in Selenium WebDriver to locate w…
In this hands-on tutorial, you’ll learn how to locate and copy XPath expressions directly within Chrome’s Developer Tool…
In this video we will discuss How to find XPath in Firefox Browser in Selenium Webdriver without Firebug. We have new a…
Learn how to find and validate XPath in Internet Explorer for Selenium automation using the MRI tool. This step-by-step …
In this video, we will discuss the new feature of ChroPath 4.0 Previous Video of ChroPath - https://goo.gl/HUJS7y ChroP…
In this in-depth tutorial, you’ll learn how to reliably interact with dynamic radio buttons and checkboxes in Selenium W…
In this hands-on tutorial, you’ll discover how to seamlessly interact with dropdown menus in Selenium WebDriver. We’ll d…
This tutorial shows how to validate dropdown values in Selenium to check if they appear in ascending or descending order…
In this tutorial, you’ll learn how to automate Bootstrap dropdowns in Selenium WebDriver, especially when the HTML struc…
In this tutorial, you’ll learn how to verify the page title in Selenium WebDriver using simple validation techniques wit…
In this tutorial, you'll learn how to verify error messages in Selenium WebDriver using TestNG assertions—an essential s…
In this step-by-step tutorial, you’ll learn how to capture high-quality screenshots in Selenium WebDriver and build a re…
In this tutorial, you'll learn how to handle different types of browser alerts in Selenium WebDriver using the Alert int…
In this tutorial, you'll learn how to handle frames and iframes in Selenium WebDriver, an essential skill for automating…
In this hands-on tutorial, you’ll learn how to seamlessly manage and switch between multiple browser windows and tabs in…
In this tutorial, you'll learn how to handle Bootstrap-based login popups using Selenium WebDriver. We’ll demonstrate sw…
In this video, I will discuss about What Is PageLoadTimeOut In Selenium WebDriver and how to use the same in script. Ap…
In this video, I will explain about SetScriptTimeOut In Selenium Webdriver. Blog link http://learn-automation.com/ Sam…
In this video, I will explain about what is implicit wait in Selenium webdriver. We will also discuss about difference b…
In this tutorial, you’ll learn how to use Explicit Wait in Selenium WebDriver to handle dynamic elements and synchroniza…
In this tutorial, you’ll learn how to implement FluentWait in Selenium WebDriver for handling dynamic and unpredictable …
In this video, I will explain what is actions class, when to use and why we need to use in real-time scenario. Official…
In this video, we will be using actions class for advanced activity. We will use contextClick method for right click and…
In this video, I will explain to you all how to perform drag and drop in Selenium web driver using actions class. We hav…
In this video, I will explain to you about Keyboard Events in Selenium Webdriver and how to use them in Selenium. You ca…
In this tutorial, you’ll learn how to perform a mouse hover action in Selenium WebDriver using the Actions class, a cruc…
In this tutorial, you'll learn how to identify and validate broken links on a webpage using Selenium WebDriver and Java.…
In this video, I will guide you about JavaScriptExecutor in Selenium Webdriver and different usage etc. http://learn-au…
In this video, I will guide you on how to type in Selenium without using sendkeys method, this is one of the frequently …
In this video, I will explain to you how to perform click events in Selenium using JavaScriptExecutor. Many times while…
In this tutorial, you'll learn how to scroll pages up and down in Selenium WebDriver using JavaScriptExecutor, which is …
In this tutorial, you’ll learn how to scroll a web element into view using JavaScriptExecutor in Selenium WebDriver, ens…
Using JavaScript we can highlight elements in Selenium webdriver using JavaScript. Highlighting web element in script e…
If you are starting selenium then you will end up getting InvalidArgumentException In Selenium and you can just fix by a…
This is one the frequently faced exception in selenium and it can be fixed with very small changes. In this video, I wil…
Today in this video we will discuss how to solve NotConnectedException: Unable to connect to host 127.0.0.1 in Selenium…
In this tutorial, you’ll learn how to solve the "Element is not clickable at point" exception in Selenium WebDriver. We’…
In this tutorial, you'll learn how to handle hidden or invisible web elements in Selenium WebDriver—one of the most comm…
Hi All, Today in this video we will discuss What is ChromeOptions in Selenium WebDriver and how to use it in Selenium We…
Whenever you run Selenium Test you will see message like "chrome is being controlled by automated software". Today in th…
In this video, I will show you how to block popup in Selenium with Chrome browser. ChromeOptions In Selenium https://si…
In this video I will show you how to Handle untrusted certificate using Selenium in Firefox Chrome IE using desired capa…
Effortless Calendar & Web Table Handling in Selenium WebDriver with Java In this comprehensive tutorial, you’ll learn ho…
In this video, you’ll learn how to handle dynamic web tables in Selenium WebDriver and verify table data accurately. We’…
In this hands-on tutorial, you’ll learn how to automate file uploads in Selenium WebDriver by leveraging AutoIT’s powerf…
Master the technique of uploading multiple files using AutoIT scripts integrated with Selenium. This tutorial covers Aut…
In this tutorial, you'll learn how to handle Windows Authentication popups in Selenium WebDriver using third-party tools…
Learn how to use AutoIT with Selenium WebDriver to automate file download scenarios. This video focuses on INETGET comma…
In this video, you’ll learn how to automate window switching in Selenium WebDriver. We’ll use getWindowHandles() and swi…
In this beginner-friendly tutorial, you’ll learn how to configure Selenium Grid 2.0 for remote test execution, enabling …
In this tutorial, you'll learn how to generate detailed log files in Selenium WebDriver using Log4j. Understand log type…
In this tutorial, you’ll learn how to integrate Commons Email API with Selenium WebDriver to send emails automatically a…
Learn how to perform headless testing using HTMLUnitDriver in Selenium WebDriver. This browser-less approach is ideal fo…
Do you know you run execute your test in Headless mode? Using Phantomjs you can run your test in Headless mode. We can i…
In this tutorial, you’ll learn two effective methods to execute only failed test cases in Selenium WebDriver: using Ecli…
In this in-depth tutorial, you’ll learn how to leverage TestNG listeners—such as ITestListener and ISuiteListener—to hoo…
In this comprehensive tutorial, we'll walk you through implementing the Page Object Model (POM) in Selenium WebDriver wi…
In this comprehensive tutorial, you’ll discover how to implement the Page Object Model design pattern in Selenium WebDri…
In this video, you'll Learn how to seamlessly integrate Excel data into your Selenium automation projects with this in-d…
In this tutorial, you’ll learn how to leverage the Apache POI library to programmatically create and write Excel files f…
In this tutorial, you’ll learn how to read data from Excel files using JExcel API in Selenium WebDriver. We’ll use real-…
In this video, you'll learn how to build a data driven framework in Selenium WebDriver using TestNG Data Provider. We wa…
In this advanced tutorial, you’ll learn how to extend your Selenium WebDriver test suite with an Excel-based data-driven…
In this video, you'll learn what an Object Repository is in Selenium WebDriver, how it improves code maintainability, an…
In this tutorial, you’ll learn how to design a Base Class in Selenium WebDriver for reusable code, centralized configura…
Enhance your test reporting by generating custom XSLT reports in Selenium WebDriver. This tutorial covers setup, customi…
In this tutorial, you’ll learn how to enhance your Selenium WebDriver reports by adding screenshots, logs, graphs, and d…
In this tutorial, you’ll learn how to create advanced Selenium reports with screenshots on failure using Extent Reports …
In this tutorial, you’ll learn how to integrate and generate beautiful Extent Reports (Version 3) for Selenium WebDriver…
This tutorial teaches you how to integrate automatic screenshot capture in Extent Reports using Selenium WebDriver. Impr…
In this tutorial, you’ll learn how to automatically capture screenshots when a Selenium WebDriver test case fails. We’ll…
In this comprehensive tutorial, you’ll learn how to harness TestNG’s parameterization features to run your Selenium WebD…
In this tutorial, you’ll learn how to integrate Selenium WebDriver with Maven to streamline your test automation process…
In this comprehensive tutorial, you’ll discover how to seamlessly integrate Selenium with Jenkins to build a robust CI/C…
In this detailed tutorial, you'll learn how to set up and integrate Selenium WebDriver with Maven and Jenkins to achieve…
In this hands-on tutorial, you’ll learn how to schedule your Selenium test suites in Jenkins using cron-style triggers a…
This video is private.
In this detailed tutorial, you’ll learn how to perform database testing in Selenium WebDriver using JDBC (Java Database …
In this video will install and record sample script using Selenium Builder for more info Please visit http://www.learn-…
Whenever you will run maven build from eclipse or using maven CLI you might get Compiler Error - Source option 5 is no l…
In this video, I will explain about deprecated message warning in Selenium and how to fix them. Please check waits in S…
Many times when you try to run your automated test via the maven surefire plugin, you might come across a bad class issu…
I will be starting a new batch for Selenium With Java From Scratch which covers everything that you need to become an au…
In the latest version of Selenium no need to add extra argument --remote-allow-origins=* . Selenium Fix - https://www.…
New version of Selenium is out - Selenium 4.9.0 Download Links https://www.selenium.dev/downloads/ Change Log https://gi…
This is very frequently asked question in my comment section so sharing my views on this. Java Basics: If you having un…
Running tests in headless mode allows you to execute automated tests without the need for a visible user interface, maki…
Selenium WebDriver Online Training With Java Starting from 22nd May. Please find the details below. Start Date - 22nd Ma…
In this video, we will learn how to execute Selenium tests in incognito mode using Java. Incognito mode is useful when y…
?? Important Update: Selenium latest version, Jenkins latest LTS releases, TestNG new version , Selenium Grid 4 with doc…
You can add any extension while running your automated test in Selenium. In this video, I have covered 2 extensions but …
You can block ads using Adblocker extension while running your selenium test. Must Watch - How To Run Selenium Test With…
This video shows how to download and install Java on Mac M1/M2 and configure .zshrc for environment variables. Suitable …
You might need to remove or uninstall java due to any reason then follow below commands Uninstall java rm will remove …
If you are using Selenium then might face below warning while running your first script. SLF4J: Failed to load class "…
Discover how to enable and utilize the code suggestion feature in Eclipse IDE. This helps speed up Java development and …
Supercharge your career with Web Automation Using Selenium: Unlock limitless opportunities, recession-proof your future!…
Automation can add huge ROI when your script is getting executed multiple times across different browsers and different …
Program Details: - Start Date: November 14, 2023 - Schedule: Monday to Friday - Timing: 7:00 AM - 8:00 AM IST - Doubt Se…
In this video, we'll talk about running Selenium tests on the Microsoft Edge browser in headless mode. Headless mode all…
If you are building java project then you need maven or gradle, in this video we have discussed how to install maven on …
Ready For Switch? Join Our Comprehensive Selenium Training Program! ?? ?? Start Date:March 26th, 2024 ?? Schedule:Monda…
From Selenium 4.6 we have SeleniumManager which download and maintain the drivers automatically. https://www.selenium.de…
If you are attending interviews then you will come across this question like Explain where you have used or seen method …
Very common question in Selenium interview that explain constructor overloading in selenium with different examples. In …
In this video , we will discuss how to handle google search in Selenium with Java. This is most common scenario almost i…
Collection framework play a very important role in Selenium while working with dynamic elements. In this video, I have e…
What is the default timeout for implicit wait, page load timeout, script timeout in Selenium. In this video, I have expl…
In automation, our script often fails because of unwanted notifications in the browser. In Selenium you can suppress th…
If you are working on Selenium latest version then you might have seen that getAttribute method is deprecated and it mig…
If you’re using Selenium, you might have encountered a warning like: "Unable to find an exact match for CDP version 134,…
In this video, we will discuss how to install maven on windows 11 and windows 10. Maven is a powerful project management…
In this video, we will see if Selenium IDE is dead or not. We will also discuss alternatives for Selenium IDE. Record A…
I am excited to announce that enrollment is now open for our upcoming Live Automation Testing Batch – Web Automation Usi…
I am excited to announce that enrollment is now open for our upcoming Live Automation Testing Batch – Web Automation Usi…
If you preparing for a automation testing interview then one of the most frequently asked questions is “What challenges …
If you have ever felt stuck with logic, confused by errors, or thought coding is not for me, this video is for you. In …
If I had to restart my automation testing journey today, this is exactly the plan I would follow—no confusion, no random…
How much time does it really take to learn Selenium? Days? Weeks? Months? Or does it depend on you? In this video, I gi…
We are glad to inform you that we are starting a new live batch on Automation Testing. Please find the details below: …
AI is changing the way we write code and automation testcases but the real question is Should QA Engineers use GitHub C…
If you confused about which test cases should be automated and which should remain manual? In this video, I will explai…
Sobre o Canal
Course Preview