Click activity does not click accurately

Hi,

I facing a weird issue that the click activity in UIPATH does not click accurately at the center of the button (CursorPosition had set to Center) then cause the BOT does not click the button (I had block the user input keyboard and mouse). When highlight the button the highlight also does not highlight at the middle of the button.

Please help me on this, i am new in UIPATH

Error:
Screenshot when highlight:
image

Screenshot for when clicking the button:
image

Environment details:
Studio Pro 2020.4.1 - 5/8/2020
Microsoft Windows 10 Enterprise 64-bit
.NET Framework Version 4.8 or later

“dependencies”: {
“BalaReva.Excel.Activities”: “2019.1.3”,
“BalaReva.Externals.Activities”: “4.0.3”,
“Microsoft.Activities.Extensions”: “2.0.6.9”,
“UiPath.DirectorySearch.Activity”: “1.0.0”,
“UiPath.Excel.Activities”: “[2.5.4]”,
“UiPath.Mail.Activities”: “[1.4.1]”,
“UiPath.System.Activities”: “[19.4.1]”,
“UiPath.UIAutomation.Activities”: “[19.4.2]”,
“UiPathTeam.File.Activities”: “1.0.4”
}

Hi,

It’s better to use Simulate Click option (or SendWindowMessage), if it works. So, for now, can you try to use them?

Regards,

1 Like

HI @weiquan.cheah

Try tuning your selector with different attributes and check once

Regards
Gokul

Hi @weiquan.cheah,

Maybe it’s because the resolution, you can try with different properties value in click offset and make validation to run in different resolution

image

Hi Yoichi,

Thank you for the information, it works by using the simulate click option.

Thank you

1 Like

Thanks for reply, ensured several times, finally solved by enabling simulate click.

1 Like

Due to this bot will use in different environment, not prefer to set and offset. Thank you for reply

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.