Element off screen in UI automation

Hi, when automating Ui, the UI element to use in Click Image is getting off screen. Simulate click or send windows message do not work. Any suggestions?

Also, when we set screen resolution at 1920x1080 and does screen size matter? For example changing screen size 100% to 150%. UI automation failing to recognize images.

Thank you,

Hi @A_Learner

Before clicking use activity
Focus
It defenetly works

Cheers

Thank you, @AutomationX_by_Kiran

Will try it.

Hi @A_Learner

Is it an unattended robot and you are setting the screen resolution from orchestrator? If so, you need to enable the toggle in Login to Console and set as “NO”. Otherwise the configuration used is the one in UiPath.Settings file locally and the default option is use Console Session instead Window Session. The resolution options only works for Windows Session. Console Session uses the one provide by graphical card or in case VM the VM manager settings.

Cheers,

Thank you @rikulsilva
This is attended automation and I am setting the resolution manually and starting the bot.

You can try using the “Activate” activity to indicate the desired screen before using the click activity.

Hi @A_Learner

Instead of using the Click activity use the hover then it will work.

Hope it helps!!

Thanks everyone.

I had to change screen size to be able to click.

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