
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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)
- Related Questions & Answers
- HP UFT Vs. Selenium – A Review
- Accessing SAP Web Dynpro page within an application using NSURL
- How to run Selenium tests on Internet Explorer browser?
- How to block a website in your web browsers (Chrome and Internet Explorer)
- How to enable JavaScript in Internet Explorer (IE)?
- How to disable JavaScript in Internet Explorer (IE)?
- How can we debug JavaScript in Internet Explorer?
- Uploading an excel file in Web Dynpro for ABAP
- How to enable / Disable Enhanced Protection Mode in Internet Explorer using PowerShell?
- What is Selenium Internet Explorer Driver or IE Driver?
- Strange cursor placement in modal when using autofocus in Internet Explorer with HTML
- Using SAP Gateway service in SAP Web project
- Filter gray image, black around png in Internet Explorer 8
- How to fix Array indexOf() in JavaScript for Internet Explorer browsers?
- Internet Explorer 8 will not modify HTML5 tags in print stylesheet
Advertisements