Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
Selenium Archives - Page 3 of 4 - Testingpool

Category: Selenium

Only child in CSS

Writing the First Program in Selenium

In the previous post, we have seen the difference between findelement and findElements methods in selenium. In this post, we will write the first program in selenium. We have already learnt how to create...

findelements in selenium

Difference between findElement() and findElements()

In the previous post, we have seen about WebDriver get() and navigate() methods. In this post, we will learn the difference between findElement() and findElements(). These are the important methods  which are used for finding...

Navigate and get

Difference between Webdriver get() and navigate()

In the previous post, we have seen how to work with different browsers in selenium. In this post,we will see the difference between Webdriver get() and navigate(). We will use Firefox browser in our demos. The...

browser in selenium

Working with different browsers in selenium

In the previous post, we have seen about Selenium WebDriver and its comparison with Selenium RC. In this post, we will show how to work with different browsers in selenium. We will see working...

Coulmn count i a webtable selenium

Object identification using xpath in Selenium

In the previous post , we have seen how to identify the objects with different types of locator? In this post, we will learn Object identification using xpath in Selenium. When there is no unique...

Locators in selenium

Different Type of Locators in Selenium

In the previous post, we have seen how to use the developers tool? In this post, we will see different Type of Locators in Selenium? What is locators? Before moving to the question what is...

Open firebug

Usage of developer tools ,Firebug and Firepath

In the previous post, we have seen How to configure selenium with Eclipse? In this post, we will see the Usage of developer tools ,Firebug and Firepath. Developer Tools ,also known as Web Development...

Welcome eclipse

Configuring Selenium With Eclipse

Before moving to this step, It is assumed that you have eclipse already installed on your system as explained in the post. Note: It might take a little time to load all the images as...