Hello,
I want to click 31st January 2020 but it clicks 31st December 2019. Selectors of both the elements are also same. Date is to be passed dynamically so cannot provide hard coded the rows and columns.
Hello,
I want to click 31st January 2020 but it clicks 31st December 2019. Selectors of both the elements are also same. Date is to be passed dynamically so cannot provide hard coded the rows and columns.
Hi @Pragati
Can you share more details about your issue to easily address it.
Like sharing screenshot of your xaml.
cheers
Happy learning
@Pragati
Can you share selector for both ?
If you look closely you will find that previous month 31st is not Darken while present month is Dark.
Please check if other selector if you can extract. like “src” etc. it must have some different value in end.
U need to go through row wise if date is less than 25 then start searching that date from upper row and if greater than 25 then start from last one to upper one
Just use increment counters fro row in selectors and by using Element Exist
Can you please share how do I get other selectors. I couldn’t find other than these.
Hi @Pragati
In UiExplorer in Propertry Explorer can you see “Visibility” Attribute.
If has you can use same to check if Visibility value “1” mean its previous month date. if “0” mean current month.
Or If you can do, Get attribute for Date check “tablerow” if it is less than 3 mean it previous month date.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.