I am trying to select a date from date pick calendar in particular web page. Date field in the web page is not editable hence i need to select a date from the date pick calendar. I have recorded the sequence to select a date from the date picker but when i tried to run the recorded sequence, It is not selecting the date.
I have also noticed that date pick calendar can be dragged anywhere within the screen. I am reading the date from excel file and passing it to variable. Using this variable, i am trying to select respective date from date picker.
Please find the below screen of the destination web page with date pick calendar.
please check the weather you could able to find aaname property in uiexplorer if available pass date as variable. if aaname is not available then try some iterations based on column and row idexes and pass them as variables
if aaname is available
“<webctrl id=‘’ tag=‘DIV’ aaname=‘’ parentclass=‘’ />”
I tried the same, it is inputting date but the calendar is not closing after doing so. It needs to be closed to input in other text fields. Any idea how to do so?
I am trying to pick date from exactly same calendar, but I couldn’t succeed it. Actually, I can pick date from first calendar correctly but after that, when program tries to pick date from second calendar, it stucks. But code for second calender works when I try to run it seperately. It is very strange. Maybe selectors are changing after first date selection.
Did you manage to pick date from calendar, if you did, could you share your code?