Selenium WebDriver Tutorial #13 – What is Relative Locator in Selenium

In this Selenium Webdriver Tutorial we will learn about Relative locator in Selenium Webdriver. Selenium 4 introduced relative locators which were previously called as friendly locators. Relative locator help to locate elements that are nearby to other elements.

Selenium WebDriver Tutorial #11 – Understand WebDriver Interface

In this Selenium Webdriver Tutorial we will understand about WebDriver Interface and how to read Selenium WebDriver Javadoc. We will understand the reason behind the commands: WebDriver driver = new ChromeDriver(); OR WebDriver driver = new FirefoxDriver(); or any other browser objects.

Selenium XPath Tutorial #3 – XPath Starts-with Function with Examples

In this Selenium XPath tutorial we will learn about XPath starts-with function with example. Starts with function is very helpful in finding the dynamic webelements on any webpage in Selenium Automation.

Selenium WebDriver Tutorial #9 – How to use WebDriver Manager

In this Selenium Webdriver Tutorial we will learn How to use WebDriver Manager to manage the browser driver executable in Selenium Automation. You can find the WebDriverManager Maven dependency in maven repository  and add it in POM.xml file of your project to get the required libraries in order to mange browser driver executable’s for your Selenium Webdriver Automation project.

Selenium WebDriver Tutorial #8 – How to Manage Dependencies with Maven

In this Selenium Webdriver Tutorial we learn How to Manage Dependencies with Maven in Maven project for Selenium Webdriver Automation. In tutorial 7 we have learned why the dependency management tool is required and how it can help teams in automating dependency management. This tutorial will explain the configuration required in POM.xml file to manage dependencies for Selenium Automation.