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 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 XPath Tutorial #4 – XPath Contains Function with Examples

In this Selenium XPath tutorial we will learn about XPath “Contains” function with examples.

We will understand to identify dynamic webelements on any webpage in Selenium Automation using “contains” XPath function.

Selenium WebDriver Tutorial #10 – How to Write First TestCase in Selenium

In this Selenium Webdriver Tutorial we will learn How to Write First TestCase in Selenium WebDriver. As an Automation tester you will be converting the manual test cases into Automation Scripts. We will walk through the manual test case can understand how you can convert a manual test case into and Automation script using Selenium WebDriver.

Selenium XPath Tutorial #5 – XPath text() Method | Find element by Text

In this Selenium XPath tutorial we will learn about XPath text() method and how to utilize text() method to find any webelement by text.