Assistance with Fetching Values from Grid Identified by 'AcuGridClass' property
Has anyone encountered a grid identified by the AcuGridClass property? If so, I need guidance on how to fetch a value, specifically from the status column, which could be 7th column for order status. Could you please advise on the best approach to retrieve this value? also code snippet in JS if any would help
I was afraid that was the case. That's the scenario where I've either had to rely on keystrokes to navigate through the grid or the AQ Add-in to recognize its contents.
Using keystrokes will only work if you can give focus to a single cell by clicking it, the grid will respond to arrow keys to move from cell to cell and that the contents can be copied to the clipboard using Ctrl-c.
If the keystroke approach isn't an option, then the IQ add-in is probably your best bet. It's not amazing but it will work in many cases. The downsides are the additional expense and it requires an internet connection from all the client machines running TestExecute or TestComplete.