9q. WebDriver – Handling a CAPTCHA
Did someone ask how to handle captcha in selenium? Okay, I heard it! Let’s see how these can be handled using Selenium WebDriver and yeah, we will try getting this done quickly as I will have to shoot off to…
Did someone ask how to handle captcha in selenium? Okay, I heard it! Let’s see how these can be handled using Selenium WebDriver and yeah, we will try getting this done quickly as I will have to shoot off to…
Hi ninjas! This post is a continuation of our previous post, “9l. WebDriver – Locating elements: Part 3a (by cssSelector)”. Before going any further, please make sure you take a good look at it. The last two ways of using…
Hiya testers! Let us jump right into the cssSelector locating strategy. What if we don’t have an option to locate an element using Id, class or name? Got anything up your sleeve? Well, I have one, cssSelectors. This is an…
Hiya friends! Let us dive deeper today to look at a few more strategies for locating elements. In this post we will concentrate on locating by, className linkText partialLinkText
Hiya friends! If you stepped into the World of Selenium, you must have run into Web Elements! Text boxes, buttons, links, checkboxes, radio buttons, dropdowns, alerts etc., everything is treated as a web element. Using locator types and strategies, we…
Hiya everyone! This post is a continuation of the previous one, 9h. WebDriver – Implicit Waits. Without further ado, let us harness the power of Explicit Waits. An explicit wait requires a bit more coding but has huge advantages compared…
Its said, “time has a wonderful way of showing us what really matters”. But waiting until everything materializes is equally important. These days, web pages are mostly developed using javascript and ajax techniques. As a result, different elements on the…
1+1 is just a convenient way of writing 1.plus(1). This is achieved by class
Welcome to another interesting post in our WebDriver series! Its going to be a lot of fun today (may be less fun than eating your favorite chocolate). Are you ready to throw your hat into the ring? If yes, then…
Hiya folks! Bring out the testing ninja that is hiding within you as today we are going to set up the environment for JUnit framework. Jumping right in: Step 1: Go to, and click on ‘Download and Install’ link.