I have a shell in which there is a tree inside a Composite. I want to click on a particular cell of the tree. When I try to record the Actions, it is not giving the proper recordings, so I want to do it manually.
Please see the snapshot attached and the location where I want to click for example.
This is the Error coming after recording
WARNING: unsupported widget selection ignored - Widget Selection event: null
Please help me as I am not good with Eclipse and it's kind of important for our project. Thanks a lot.
You can do this manually in your test code by writing:
Of course, you could
import static com.windowtester.runtime.swt.locator.SWTLocators.*
to make the code more readable.