UISpec4J Capturing modal dialog, before the trigger finish
问题 I have some code where I'm showing up a dialog with two textboxes and two buttons (as OK, and Cancel, typical login window). The execution of the main code after the ".setVisible(true)" is conditioned to the values entered on that modal window. The problem that I'm facing now is that if I do something like this: WindowInterceptor.init(new Trigger() { @Override public void run() throws Exception { LoginModal loginWin=new LoginModal(); loginWin.setVisible(true); if(loginWin.getPassword().equals