Orchestrator Selector Problem

Hello Guys,

We have interesting problem in orchestrator.

Process is working manually in studio.

When we run the process manually from orchestrator and if we watch the process is working. But if we are not watching it, problems occur like below.

Could you please help?

Thanks.
Kind Regards.

UiPath.Core.SelectorNotFoundException: Cannot find the UI element corresponding to this selector: —> System.Runtime.InteropServices.COMException: Cannot find the UI element corresponding to this selector: at UiPath.UiNodeClass.FindFirst(UiFindScope scope, String nodeID) at UiPath.Core.UiElement.FindFirst(FindScope scope, Selector selector, IVariableResolver resolver) — End of inner exception stack trace — at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom) at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom) at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@yavuztemucin

Welcome to forums

Can you tell us which activity selector is failing?

Also share the selector

Thanks

Type into

Thank you.

<webctrl css-selector='body&gt;div&gt;app-invoice-forwarding-list&gt;div&gt;div&gt;div&gt;p-table&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;p-dropdown&gt;div&gt;div&gt;div&gt;input' tag='INPUT' />

@yavuztemucin

I see the field is a dropdown type? Can’t you use Select Item activity?

Can you share the screenshot of the field and selector

Thanks

Yes it is dropdown.

We tried select item but also it is not working.

image

Thank you.

image

You are running unattend robot as a windows service?

Helle @moenk,

We always use unattend robot like that, we didnt face this problem before.