I click first select for first IT section,and need to type into date.
I click second select for second IT section,and need to type into date.
And this method repeat 7 times and only will change the select part for different IT section.
But for the first time type into i can indicate it, for second to third i cannot indicate it, and it show me this error.
I already use indicate element and uiexplorer , still cannot. What is the wrong?
Hi,
Might be some issue with selector, please update the selector dynamically and try again
Or please send a screenshot of selector and this might help us more clearly about the issue.
@rahatadi thank you , it is working. but i use same one for the end time,first one i can get the output i want, but why second time i get this dd-MM-yyyy 23:59, it should be 31-03-2019.
my type into actually is put previousEnd.ToString(“dd-MM-yyyy”).Split(" “c)(0) + " " + “23:59”, but when i try to put as previousEnd.ToString.Split(” "c)(0) + " " + “23:59” , it give me output as 03/31/2019 2359