A textbox is a very commonly used element to take input from a user. I am going to show you
Select a Checkbox In Selenium WebDriver
In this article,I am going to show you how to select a Checkbox in Selenium WebDriver and perform additional validations
Select a Radio Button In Selenium WebDriver
You will get to know how to select a radio button in Selenium WebDriver and perform other validations like whether
Selenium WebDriver Useful Commands myskillpoint
In this Selenium WebDriver tutorial, I will show you the most commonly used Selenium WebDriver commands with simple examples so
xpath
XPath is an XML path used to navigate through elements and attributes in an XML document or HTML DOM structure
CSS Selectors in Selenium WebDriver with Example
Selenium Webdriver is very powerful to automate web applications. We can identify web elements in Selenium Webdriver using various locators
All about 8 Locators in Selenium WebDriver
In UI automation, every automation tool has to first identify/locate the test object (like Button, Checkbox, forms, links, text box,
Selenium WebDriver Login Test in Java
In any web application Login is the first basic functionality which is automated first. In this article, we learn how
How to Configure Selenium Webdriver With Eclipse myskillpoint
The prerequisite to configure Selenium Webdriver with Eclipse is installing Java as well as Eclipse. If you haven't read these
Eclipse is the most favored IDE over the world for writing Java codes and it is broadly utilized by Java
Java installation for Selenium Webdriver
In this article you will learn how to install Java and configure environment variable for it. If you are planning
What is Selenium WebDriver and its Architecture
Selenium WebDriver is a powerful open-source automation tool for automating web applications. In this article, we will try to understand