Querying Oracle Apps form Using UI Path

Hi,

please help me out here. I am recording( basic) - querying an oracle application form.

Basically I have navigated to application developer and follow below navigation.

navigation: application developer > application > set

and then queried a value-set and close the form.

Recorded it and saved it.

and in response only the switch responsibilities button has been pressed while running and after that nothing happened and thrown below error

I have recorded and saved. while running i am getting below error.


Main has thrown an exception

Source: Click ‘panel’

Message: Cannot find the UI element corresponding to this selector:

Exception Type: SelectorNotFoundException

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)
— End of inner exception stack trace —
at UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)