kakabubu
8 months agoContributor
DevExpress htmlContentControl TilesView
Recently we started using DevExpress controls on our project.
Mapping them is an unobvious task.
Object Spy can't give me the required result.
I've tried recording tests and it helped me in previous cases but not with the last.
We have two types of panels shown below:
Recording the tests gives me
htmlContentControl.Click(107, 23);
This approach obviously seems wrong to me. Because I want to click a text, not just a point of a given panel. Also, I need to check e.g. if it was selected.
Has anyone some advice on how I should search for a proper container of these items?