How to click only on drop down field instead of whole field?

Hi All,

I’m trying to select a date field. But selector is selecting the whole field instead of just drop down button.

Manually it is working like below when I click on drop down:

image

But when I use click activity to select drop down button, it is highlighting whole field:
image

It is just clicking on the field and hence not opening the calendar.

Click Properties:

Selector properties:
image

Please suggest what changes I need to do Or is there any other way .

Thanks in Advance:-)

Hi @Vaishnav_Tej

Use the same click and in properties you have an option to select offset … use that to make the click happen on the drop down you need

Properties → target → click offset(pointoffset) → then set offset values in it and anchor point top roght or bottom right

Cheers

Hi,

I couldn’t find that property.

image

@Vaishnav_Tej

Use modern click

or in the current activity find it here

image

cheers

I could find now. But how to set offset values. I’m new to this topic.

Hi @Vaishnav_Tej

Set the position first and give some value like 1 or 2 and the cursor will change positions according to it. Basically there are co ordinates from the position you give

If the position is center and you give 1 and 1 in x and y it will click a little above the center and to a little right…so basically center is 0,0

cheers