![]() |
|
Selecting Cell on WbfUltraGrid - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Selecting Cell on WbfUltraGrid (/Thread-Selecting-Cell-on-WbfUltraGrid) |
Selecting Cell on WbfUltraGrid - Raj20091 - 10-21-2009 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"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? |