Author: Shekhar Sharma

Bookmark saved for Firefox Profile

Firefox Profiling in Selenium

In the previous post, we have learnt few useful operations on Excel File using POI API. In this post, we will see the importance of Firefox Profiling in Selenium. When we start Fire fox...

Hyperlink click in poi

Useful Operations in Excel Using POI API

In the previous post, we have learnt how to Read data from Excel file. Apart from usual reading and writing , we will perform some useful operations in Excel using POI API. In Selenium, if...

Insert comment into excel POI

Reading from Excel using POI API

In the previous post, we have learnt how to create and write to Excel Files using Apache POI APIs. We have used XSSF API to write data which is used for xlsx formats.In this...

Excel operation in Selenium

Writing to Excel File using POI API

In the previous post, we have given the overview of Apache POI API like what are these, how to download them etc.In this post, we will learn how to use POI API to write...

HSSF and XSSF Examples

Introduction to Apache POI API

In the previous post, we have seen creating the object repository using properties file in Selenium.In this post , we will see what is Apache POI API and its use in File I/O. File...

webtable handling in selenium

Working with WebTables in Selenium

In the previous post, we have seen how to work with the different kind of Pop-ups in Selenium.In this post,we will see the working with WebTables in Selenium WebTable is a very common feature...

Browser Cookies in selenium

Handle cookies in Selenium WebDriver

In the previous post, we have seen how to work with multiple browser windows.In this post, we will learn how to Handle cookies in Selenium WebDriver. What is a cookie? Cookies are small text files...

Multiple browser

Work with multiple browser windows

In the previous post,we have seen how to enter data into edit boxes and click on button. In this post ,we will see how to work with multiple browser windows. This situation may come in...