vaikul90
9 years agoNew Contributor
Unable to select row in a touchtable
Hi,
Basically, I have a touch table(a java swing based table). I need to automate the selection of a row, based on a given value (like say customer name). I am using python in test complete.
Test complete uses a generic click method which clicks based on (x.y) co-ordinates and is unable to do the same based on other values like name, time of entry etc. To put it more simply, I must be able to write a method which "selects customer where name is John,Doe"
Can anyone please help?
Regards