Hi
Am automating GUI operations on a Java Web start application. Am using Remote Applications library to start the application and take Swing library into use.
Am facing an issue in which, button(OK/Cancel) is clicked(using 'Push Button' keyword) but the dialog does not close. There are no errors thrown in the logs, and it says the test case has passed. I even select the context as the dialog box in which the OK button is present. I tried clicking other buttons in the context. Rest of them work except OK and Cancel. Am not sure what the problem is here.
Any idea how to resolve or debug this?
Thanks in advance.