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.
Tag: selenium tutorial
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 #7 – Maven Introduction and Installation
In this Selenium Webdriver Tutorial we will learn about Maven, maven introduction and installation. Maven is a dependency and build management tool which is very helpful in managing dependencies selenium automation. We will understand the pain points in managing dependencies with selenium automation and how maven can resolve all those issues for you and your team.
Selenium WebDriver Tutorial #1 – Introduction to Selenium
In this Selenium Webdriver Tutorial we will understand what is Selenium and Selenium Webdriver.
We will have a brief introduction to Selenium and understand the difference between Selenium and Selenium Webdriver. The key points to remember about Selenium Are: * Selenium is Open Source Test Automation tool * Key components of Selenium are (Selenium Webdriver, Selenium IDE, Selenium GRID) * Selenium is exclusively used for testing web applications on multiple browsers like Firefox, Chrome, IE, Edge, Safari, Opera * Selenium supports multiple operating systems (Platforms) like Windows, MacOS, Linux * Selenium supports multiple programming languages like Java, Python, C#, Javascript, Ruby