UISpec4J: Returning a Trigger from a Combobox selection?
This question is for the UISpec4J testing framework, for testing Java GUIs... I'm trying to test an error message pop-up window (modal) that results from making a selection from a ComboBox, but I'm not sure how to return a Trigger object from the select action. Here's a snippet: WindowInterceptor .init(window.getComboBox("ComboBox...