I am trying to create a UiPath workflow to automate Oracle forms.
Right now in the workflow I am using the “Wait for Download” activity to download the sales order .jnlp file (within the Do scope → click on sales order). Also, added the “Start Process” activity to open the downloaded .jnlp file.
This workflow opens the .jnlp file.
Where I am getting stuck is, how do I automate the process to click the checkbox and click on Run on the pop up after opening the .jnlp file?
Thanks all, i was able to resolve this issue. I had to use the application activity to be able to select the checkbox and click on run. I used check app state to determine if that pop up was open or not.