Hello All,
I am new to this area.
I want to test whether message dialog was pop up or not after the button click.
ui.wait(new ShellShowingCondition("Sample => Code"));
ui.click(new ButtonLocator("", 2, new SWTWidgetLocator(Composite.class)));
ui.click(new ButtonLocator("&Finish"));
ui.wait(new ShellDisposedCondition("Sample => Code"));
//here i need to check message dialog is pop up or not.
Please help me to solve this isssue.
Thanks,
Karthik