As per the query what i understood is, you are doing some automation on a java application and clicking on the save button, then system will provide a result. You need to get the result? Is my understanding correct?
If yes, will this result only generate in the application(within UI)? If yes you have to use Get text activity. or get attribute.
Your understanding is correct. However, I need to trigger the get text activity when the user clicks the save button. However, The Click Trigger activity (in a trigger scope) does not work on this particular dialog.
@grosner
Did you tried as below? Are you getting any error?
Also better to use an anchor base selector for this gettext. So can you try with App/Web recorder to record the text text action?
Ok, In this case, the Click Trigger does not capture the mouse click. I can accurately target the selector, with or without the anchor. But even after clicking the button, UiPath still waits for the click. This is a Java Modal window and perhaps that has something to do with the failure for UiPath to see the mouse click.