Hi Community,
I’ve a Dictionary (string, string) in which the data are as below:
Ghuge,Sarika : Jun 23, 40, Jul 23, 50
Yash: Jul 23, 30, Aug 23, 30, Sep 23, 40
Likewise…
where key of Dictionary is Ghuge Sarika, Yash and rest of the things are value.
I need to print the keys & values of dictionary in the respective sections of the webpage
such as,
for Resource the key should get printed and for Jun 23 it should get 40 hrs , for Jul 23 it should get 50 and so on for other keys of the Dictionary.
I need to use the output of dictionary for the web automation as I explained above for further click, type into etc activity.
So, will it work for that , please explain.
further, how can we enter the hours of respective resource in the respective month in the given application
note : application always starts with current month.
for e.g : Ghuge,Sarika : Jun 23, 40, Jul 23, 50 , Aug 23, 120
So 40 hours should go in Jun 23 , 50 hours should go in jul 23 , 120 hours should go in Aug 23 and so on…
please check the selectors it looks like a table…so the selector should be containing the colname which would be jun 23 etc…use variable in place of that…and pass the value extracted from dictionary…and to fill the roe can be identfied by tablerow and I guess it would be constant everytime