Tag: webdriver

Interview Question Identify the Duplicate Items in the Listbox|HashMap|Selenium WebDriver

In Selenium WebDriver selecting a values from the Listbox is important based on the required input. In few scenario’s we need to validate the Listbox contains duplicate items are getting… Read more »

VALIDATE MULTIPLE LINES OF TEXT IN SELENIUM WEBDRIVER

FILE HANDLING SCENARIO’S IN SELENIUM WEBDRIVER: 1. Read the text displayed in the WEBSITE: Actual Automate Coronavirus COVID19 REST API POST METHOD Tutorial Part2 2. Maintain this text in a… Read more »

Automate Coronavirus COVID19 REST API POST METHOD Tutorial Part2

REST API Automation Testing Tutorial Part 2:In this tutorial we are going to focus on testing the HTTP POST method using REST ASSURED API. To know more details about the… Read more »

Selenium WebDriver Tutorial WebElement Methods

      No Comments on Selenium WebDriver Tutorial WebElement Methods

In this example we will discuss about the WebElement Methods available in Selenium WebDriver. Refer to the Link for WebElement API Methods. Generally we mainly use methods like sendKeys(),click(),getText(). But… Read more »

XPath normalize-space example in Selenium WebDriver

In this example we will discuss about the usage of normalize-space in Xpath. We already aware of the Functions like text(),contains(),starts-with(),last() and position() in Xpath. Refer to this link to… Read more »

The Difference Between :nth-child and :nth-of-type CssSelector

The Difference Between :nth-child and :nth-of-type CssSelector CssSelector is one of the most important Locator in Selenium WebDriver. Also Css is faster when compare to Xpath. In CssSelector to use… Read more »

How to Attach Java Docs Source & Selenium Docs Source To Eclipse

How to Attach Java Docs Source & Selenium Docs Source To Eclipse In this tutorial we will learn how to attach the Java Source Code with attachments for the Java… Read more »