google / windowtester

Automatically exported from code.google.com/p/windowtester
Other
18 stars 23 forks source link

Not able to select specific row from ktable #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a KTable having multiple rows and multiple columns
2. select a particular row from KTable by selecting particular field value 
present in a specific row.

What is the expected output? What do you see instead?
it should select a particular row which is done using TableCellLocator for swt 
table but not able to do for ktable. Instead it selects row using XYLocator 
which is not the desired way to select a row from table.

What version of the product are you using? On what operating system?
windowtester version 6 and window XP 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by suraj.ra...@gmail.com on 25 Jan 2013 at 10:28