Micro Focus QTP (UFT) Forums

Full Version: Selecting Cell on WbfUltraGrid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am trying to click on a cell in the SECOND row of a WbfUltraGrid.

Code:
Browser("Loan Origination").Page("Loan Origination").Frame("Screen").WbfUltraGrid("UltraWebGrid1").SelectCell "1","Name"
This works if I click on the first row (row zero). I am not able to click on the second row (code above).

I have done this successfully several times on our app. Not sure why it is not working on this particular grid.

If I do .Exist I get a True response.
Any idea, whats happening here?