Which input method should i give priority?

Hello everyone !
I am using chrome browser in my automation and I want to run my process in background. I have 4 input methods : Hardware events, Send window messages, simulate, Chromium API.

What input method method should i give priority to use in my automation so that I can run it in background with perfect accuracy. ??

Thanks in advance.

Hi,

I think Simulate is better if it works.If it doesn’t work, next try Chromium API.

Regards,

Why Chromium API shouldn’t be my first option ?

HI,

First, check the following document.

Simulate is the fastest method and high accurate.
It may be matter of taste, ChromiumAPI is affected by CurosrPosition and it might be cause of trouble sometimes.
For example, let’s suppose when there is a link as the following link, then try to click by Chroimum API, It will fails (nothing happens), because center of the element is out of hyper link. (Simulate will successfully click)

image

Regards,

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