Sometime click but sometime not click?

I want to click checkbox before text = ALL as below.

image

But sometime mouse move cursor to this position but not click.
Now I use activity click text.

Please guide me about it.

1 Like

@Maria99

Can you check SendWindowMessage property and then check it once.

Hello,

Try with Open in UI Explorer and there Indicate Element will be your check box and Indicate Anchor will be ALL.
If normal click not work then try with SendWindowsMessage or SimulateClick.

Sample Example:
Below will be your Indicate Element
image

Below will be Indicate Anchor
image

If not work with normal click try with below
image

this will solve your challange.

Hi

Did we try with CHECK ACTIVITY

Or to make it even more stable
We can try with ANCHOR BASE activity

where use a FIND TEXT in left side as a Anchor And use CLICK activity in the right side to click that Checkbox or CHECK activity

@Maria99

Either You can use Anchor base where you can find the element check respective element . Try Check activity as suggested