Using C# Extension methods for Selenium
In the last post we discussed working with custom library methods customization, we optimized the…
In the last post we discussed working with custom library methods customization, we optimized the…
In this post we will discuss one of the common yet easiest feature called mouse…
In this post we are going to discuss how we can drag and drop a…
In this post we will discuss, how to check if the control exist using Selenium…
Implicit and Explicit Wait There are two types of waiting mechanism available in Selenium Explicit…
In this post we will discuss one of the most basic and very useful functionality…
Taking screenshot of failures in test cases or unexpected window popup during test execution is…
In Selenium there is nothing called WebCombo or WebList class available to select the list…
Dragging and dropping a Widget control in a web page can be done using Selenium…
In testing tools like QTP, Visual Studio test and Test Complete we try to highlight…
The latest version of Selenium IDE v1.5.0 has lot of improvement over its preceding version.…
Testing application using Selenium can be done by using your normal Java class file as…
Selenium as opposed to other automation testing tools doesn’t require installation, rather it require “Environment setup”, it…
Earlier days we can run Selenium test in multiple machine ONLY using Selenium 1 RC (The Project…