Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Using HP UFT GetCellData function on SAP Web Dynpro crash Internet Explorer
Note that column number is used to locate table cell data and column name is unique identifier.
object.GetCellData( row, column)- takes argument as long integers row and cell numbers to locate cell data.
Try using GetCellData like this:
Browser("Browser").Page("Page").Frame ("searchDialog").SAPTable("ResultsTable").GetCellData(1, 1)
Browser("Browser").Page("Page").Frame ("searchDialog").SAPTable("ResultsTable").GetCellData(1, 2) Advertisements
