It is a drop down menu about choosing which period in a year. It’s similar to the one choosing month.
I’ve tried select, click, and Find Element but failed.
When I clicked on it, It didn’t response anything including the drop down menu.
How can I try to solve this problem
Di dyou try type into or set text…
Generally set text works…you can check the parameter which stored the date value using ui epxlorer and use set text or set attribute to set the required value to that attribute
Cheers
Hi howkck,
Please the following steps as below:
-
Use a Click Activity to click on the box marked in red. In the properties panel, select the targeting method like Strict selector only.
-
Use another click activity to select the desired date. In the properties panel, select the targeting method like Strict selector only. Here you need to tune the selector and try to replace the aaname with a variable. In this case the variable is the desired date to be clicked(Use the same format).
Cheers!