Forum Discussion
- NisHeraValued Contributor
did you tried with object spy?
what was the result?
- dkasirajanContributor
Hi Thanks for the response. I am able to find control .here my question is if I want to read the status of particular day. how to use variable on finding child.
For Ex:
If i create a task to run every 1 hour , then per day 24 events will be displayed in calender view like that for a month .
Once the time is passed the status of task will be updated in calender view for that particular time incident.
I always find the control using Constant Name and value .
I need to pass the selected date to find the control like WPFObject("MonthDay", "", 28). Here 28 is day=28, here i want to use variable for checking the status on particular day.
Can you please give information / link for how to use variable on WPFObject("MonthDay", "", 28), only for that no 28.
I am new to test complete and script. please guide me if i am wrong. thanks