I have a calender as below image
I have to click on Nov 30 since the previous month 30 is also visible in November calendar it is clicking the October month 30 any solution for this
I have a calender as below image
I am unable to type using type into.since the text box has //___ it will be like this when type so i am unable to type in this text box
Hi @sruthesanju
Type the date directly by converting the date from 11/01/2022 to 11012022
Or if there are 3 text boxes separate then select each and enter each data separately
Then it might work
To covert use
Date.parseexact(“11/01/2022”,”MM/dd/yyyy”,system.globalization.culturalinfo.invariantculture).Tostring(“MMddyyyy”)
Cheers
Tried this method also it is not working
Manually able to type
Can you try this
click on the field first using click activity then use type into with activate and click unchecked and the selector in type into can be the window selector directly not the element
Or is there a possibility to give the website details here?
cheers
What i need to uncheck
Should not select the text box
Use a click activity before this to click the text box and activate it… Precisely try clicking on the first date part
cheers
Unable to do that
It is working now
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.