01-17-2014, 08:07 AM
(This post was last modified: 01-17-2014, 08:33 AM by sciencecrazy.)
Hi,
I am trying to automate some checks on a java application. In one page, there is a gridpanel which has multiple row entries. I want to be able to click a row by using its index or text property. Not by saying ".Click(12,234)". Not by coordinates.
I have talked to the developer and he says that the grid is called "gridOrders". And it should have properties like "getCellText()" etc. The problem is that object spy can't see this "gridOrders".
any help/direction would be appreciated.
Can anyone help, please.................this is pretty urgent
I am trying to automate some checks on a java application. In one page, there is a gridpanel which has multiple row entries. I want to be able to click a row by using its index or text property. Not by saying ".Click(12,234)". Not by coordinates.
I have talked to the developer and he says that the grid is called "gridOrders". And it should have properties like "getCellText()" etc. The problem is that object spy can't see this "gridOrders".
any help/direction would be appreciated.
Can anyone help, please.................this is pretty urgent