Tag: WebElement

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 »

Auto Suggestion & Auto Complete Text Box – visibilityOfAllElementsLocatedBy Example

In this Example we will focus on Handling Auto Suggestion or Auto Complete Textbox in Web Based Applications like Yahoo in Selenium WebDriver. This Example helps to understand the usage… Read more »

Error using sendKeys() with Selenium WebDriver due to java.lang.CharSequence cannot be resolved

Refer to the below Links for Practise Collections in Java Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition 8 Documentation Complete… Read more »