Selecting Readonly Datepickers by using RobotFramework and input date into it
问题 Here is a working solution for choosing a date from a datepicker using robot framework. Datepickers are basically input tags but some of them have an extra attribute "readonly" due to which it becomes difficult to add date into it. 1)First Check if datepicker is readonly or not. -inspect the page , locate the tag and check. if it is not read only we can directly use the below code to under previous day date. ${Yeterday_Date} = Get Current Date result_format=%d/%m/%Y increment=-1 day Input