Orchestrator is stopping the process at clicking the “Open” (Choose dialog box) button to upload a file

Functionality: File Upload in browser
Steps:

  1. Click ‘browse’ link in web application
    Window file browse popup is displayed.

  2. Enter File path in text box

  3. clicking the “Open” (Choose dialog box) button to upload a file

Output:
when we execute the process through UIPATH STUDIO, It is working fine.

Issue: When we ran the same process through, Orchestrator is stopping the process at clicking the “Open” (Choose dialog box) button to upload a file

Hi Mallibabu,

Could you paste here the selector for the “Open” button? How is it stopping the process? Do you have an error in Orchestrator?
Are you using Orchestrator CE: https://platform.uipath.com/? If not, please provide Orchestrator version.
What Studio version do you have?
Can you try with Upload window(and Open button) from Notepad?

I’m asking you all these questions because I couldn’t reproduce(Studio CE 2017.1.6522 - my workflow uploads a package in Orchestrator; starting the process from Studio & Orchestrator works fine).

Hi @ovi,

I have issue in clicking open button even in UiPath Studio. Following is the full selector.

<wnd app=‘chrome.exe’ cls=‘#32770’ title=‘Open’ />
<wnd ctrlid=‘1’ title=‘&Open’ />

Please suggest

Hi,

did you find a solution?>

Thanks