Selecting checkbox and run while opening frmservlet.jnlp application

Hello All,

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?

to clear some requirements:
https://docs.uipath.com/studio/standalone/2023.10/user-guide/extension-for-java

is it installed?

Yes I have the java extension installed.

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.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.