What can I do to ensure that the “DRG Workplace” menu item is clicked? Currently, only the entire menu area is recognized, not the individual button.
Thank you for the solution suggestions.
What can I do to ensure that the “DRG Workplace” menu item is clicked? Currently, only the entire menu area is recognized, not the individual button.
is this a desktop application or web?
as a first try open ui explorer and indicate the field..even dropdown is fine..now in ui explorer left top menu …you can expand further to get elements inside if detected..check there if you see any and you can right click and select as element..thats way you can get the field
cheers
Hallo @jens.braun
Willkommen im UiPath Forum
in such cases it highly recommended to check the appication type and if some components are maybe integratet into. Here the integration technology is important.
E.g. Java / Browser via JXBrowser
Looks like it’s an old Windows app or something in Java etc - these are common reasons it can’t identify individual elements inside another element.
I suggest using the CV selector (not the CV activities). Another option would be keyboard commands - see if typing “DRG Workplace” highlights the item you want and then maybe space or enter to select it.
Hi @jens.braun
Try these steps to click only the DRG Workplace item:
Thanks for all suggestions. I found a solution by marking a screenshot in the “Click Activity”. This is sufficient for that.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.