Page 1 of 1

Click on a location on the screen possible with eValid

PostPosted: Tue Nov 27, 2018 10:09 am
by MarlysB
Morning all.

Are there any eValid commands to send a click to a specific location on the screen?

Thanks

Re: Click on a location on the screen possible with eValid

PostPosted: Wed Nov 28, 2018 1:46 pm
by eValid
MarlysB wrote:Morning all.

Are there any eValid commands to send a click to a specific location on the screen?

Thanks


Great question MarlysB.

Yes, that you can do using some special eValid commands:

These commands will do the job for you:

clLClick wid x y
xyLClick wid x y

clRClick wid x y
xyRClick wid x y

The first one interprets the x and y pixel-count offsets relative to the 0,0 position in the client window (the stuff inside the border).

The second one uses the x and y offsets from the upper left corner of the actual window (including the border).

The first pair is for Left click and the second pair is for Right click.


-- eValid Support