I am using UiPath with OBIC7, and I want to click on “Account Transfer Request Data Output” using the Set Focus activity, but for some reason, it clicks and opens the item above it, “EB Deposit Data Aggregate Clearing Process.”
The selector information for the Set Focus activity is as follows:
---
I tried changing to a click activity (hardware event), but the same issue occurred.
→ I attempted to set the click input mode to “Simulate,” but I received the message “Click offset is typically not supported in [Simulate Input] mode, which is set in either the activity or the parent app/browser,” and I couldn’t select it.
Even when I precisely set the position with a dynamic selector, it didn’t change anything.
Is there any other way to resolve this?
There are no functions with the same name on the list.
I don’t think you can click with the Set Focus activity; maybe it should be a Click activity?
In the meantime,
set the input mode of the Click activity to Hardware Events,
turn on the highlight elements option in the Studio debug ribbon menu,
and check:
which part is highlighted
and
where the mouse is moving.
Also, the selector information has special tags, so if you paste it as-is, it won’t be displayed on the Forum. Please use the formatted text menu </> at the top to input it.
Hello,
As a workaround for this situation, you can use the XY offset in the properties of the Click activity.
In this case, how about setting it to: X offset 0 pixels Y offset -2 to -5 pixels?
If this answer was helpful, please check it as a Solution.