Home » Webdriver

Webdriver

Most Popular Selenium WebDriver Commands as Reusable Functions.

In general we search for Most Popular Selenium WebDriver Commands and ready made function in our day today life and but finding such article is really very tought to get, Since Selenium WebDriver is like a magic wand to automation tester to test the web application. Selenium WebDrive has not only  made automation more Object oriented …

Most Popular Selenium WebDriver Commands as Reusable Functions. Read More »

Unexpected error launching Internet Explorer. Protected Mode must be set to the same value

When we try to launch IE using WebDriver on very first time on a fresh computer by using this code

  Then we filled with amazement when we find this exception

On seeing the exception message we normally come to know the root of this exception and after a few minutes of search …

Unexpected error launching Internet Explorer. Protected Mode must be set to the same value Read More »

Handling Windows Processes Through Selenium WebDriver

Like QTP and other desktop and web-application based automation tool, WebDriver has capability to interact with process of windows operating system. Due to this complete post is going to teach you “Handling Windows Processes Through Selenium WebDriver”. For this purpose WebDriver API has one class WindowsUtils that handle all kind of processes related to windows. …

Handling Windows Processes Through Selenium WebDriver Read More »

How to use assertEquals() in WebDriver using driver.getText()

When we start making some  web application, We start with some UI and Every UI has menu, Check box, Button, Combo Box , Radio button, Text Field and other element of Web Application. But most of the time we need to verify that Text or value associated with above mentioned elements of Web Application are correct …

How to use assertEquals() in WebDriver using driver.getText() Read More »

Dwarika

How To Perform Data Driven Testing in Selenium WebDriver?

Data Driven Testing In Selenium WebDriver, is one piece of task which we find little bit tedious but In this post, we will be talking about reading the data from excel file which further can be used within selenium script. But before moving ahead we need to look in to this list of pre-requisite because …

How To Perform Data Driven Testing in Selenium WebDriver? Read More »

Scroll to Top
Scroll to Top