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:
But when I use click activity to select drop down button, it is highlighting whole field:
It is just clicking on the field and hence not opening the calendar.
Click Properties:
Selector properties:
Please suggest what changes I need to do Or is there any other way .
Thanks in Advance:-)
Anil_G
(Anil Gorthi)
December 7, 2022, 6:18pm
2
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.
Anil_G
(Anil Gorthi)
December 8, 2022, 7:10am
4
@Vaishnav_Tej
Use modern click
or in the current activity find it here
cheers
I could find now. But how to set offset values. I’m new to this topic.
Anil_G
(Anil Gorthi)
December 8, 2022, 7:18am
6
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