Showing posts with label WebTable. Show all posts
Showing posts with label WebTable. Show all posts

October 2, 2015

Handling webtables

October 02, 2015 58
Handling webtables
This post explains about Handling Webtables.

Get Number of Columns
Get Number of Rows
Get Content of a specific cell based on Row and Column value.

Below is the code:



January 1, 2014

Get row count based on row text

January 01, 2014 0
Get row count based on row text
Below post explains how to get the count of the row.

Generally we will have scenarios like get a particular text from the table, but in this example i am trying to get the number of the row based on the row text.

In this example a table contains number of rows and each row represents a company name. If we have row number we can get the company name easily...the below scenarios is different  ..based on the company name it will find out the number of the row.