Hi ,
Is the CComboItemLocator broken , I am trying to select an operator from the combo box I'm not getting an error but when i playback the recorded test it falls over on the following
ui.click(new CComboItemLocator("=", new ViewLocator("org.eclipse.ui.views.PropertySheet")));
ui.click(new CComboItemLocator("=", new ViewLocator("org.eclipse.ui.views.PropertySheet")));
i.click(new XYLocator(new LabeledLocator(CLabel.class, "Operator",new ViewLocator("org.eclipse.ui.views.PropertySheet")), 33, 9));
Any ideas whats wrong ?