How to click the Region by Rectang

hi everyone.

I want to ask you all about dev using click the region by Rectang.
Now I choose the items in combobox, but I have to choose many items by using click activity with ctrl because these items is separeted.

Now I use Find Children Activity to get attribute the item in combobox and Get Posision activity to get the region of item by Rectang Function.
But I have a question below.
How to click the region by Rectang Function?

Thanks,

@taichi, this one ?

ClippingRegion - browser vs window - #10 by andrzej.kniola

Regards,
Dom :slight_smile:

Hi Dominic,

Thank you for your advice.
I set clipping region but I don’t know how to click the region using by set clipping region.

Please tell me how to do this.

Best regads,

Taichi

@taichi, Not sure though, we have Clipping Region property in Click activities.
The position value you get from here,

can be passed as variable in the specified format to click on that region.

Regards,
Dominic :slight_smile:

If you’re finding child elements, why not pass them directly to Click activity?
Using regions seems like unneeded hustle for this case.
There should be topics on the forum as well for ctrl + click multiple items to select them.

I’m sorry but I found I could not get elemets in combobox so I need to find way to achieve it at first.

Is there any way or topic to find out how can I make it?

Thanks

@taichi, This one

Regards,
Dom :slight_smile:

Hi @taichi,

Use Find children activity to get all the check box element and use for each activity to get the elements.

Regards,
Arivu

Hi Dominic

Thank you for your reply.
I can get the all items in the list.

Best regards.