How to select date from date picker

1. When I try by image click following bug is coming

Test Cases/Tutor Fucntionality/Import_Result_Excel_New FAILED because (of) Unable to click on object ‘Object Repository/Import_Result_Excel_New/Page_Socrato - Quiz Yourself/img_PopcalTrigger’

2. When I try to type the date into textbox, e.g

WebUI.setText(findTestObject('Page_Socrato - Quiz Yourself/input_ enter_date'), '02/25/2018' ) but it is not working.
Please look the screen shot of date picker.

PopUpDate.PNG

Hi Arun,

Calendar is designed as a Web Table, so you can use this approach: https://medium.com/@katalon_studio/how-to-handle-web-tables-866c7c82d615

Regards

Thanks Vinh.

Below tutorial helps you