When attempting to change the value of the drop-down menu, I encounter the following error messages:
“Cannot access the indicated browser window. Please open a new browser window or restart the browser. Note: If using Incognito Mode, please enable the UiPath extension for Incognito Mode.”
Alternatively, on clicking continue, I receive the message: “Target Application could not be identified. Please open it and bring it in the correct state before indicating/editing targets that belong to it.”
It’s important to note that I am not using Incognito Mode, and all other elements within UiPath are functioning correctly. The issue specifically revolves around interacting with this drop-down, irrespective of whether I use activities such as click, click image, click text, or type into.
I have included the HTML code of the problematic drop-down for your reference.
I am seeking guidance and suggestions on how to address this drop-down menu interaction issue. If anyone has encountered a similar problem or has insights into potential solutions, your assistance would be highly valuable.
The error message hints that the problem is with your application scope. Do other activities inside the same scope work properly? Or is the dropdown interaction the first activity in the browser scope? Are you able to upload screenshots which could help in solving the problem?
Alright. I tested this on my end, and it’s working with the following:
Studio 2023.12.0 CE
UiPath.UIAutomation.Activities = 23.10.3
Chrome 120.0.6099.225
Modern activities (Use app/browser + Select item)
Can you post your respective versions? Also, screenshot(s) from your flow could be helpful as well.
In case you are navigating from another page to the one in screenshot here, you could try to put the Select Item in a new scope so that the automation can recognize the page.