Date Picker

Can you get the text box id? I used this below to manually force a date in a very similar situation where I didn’t want to bother with the calendar date picker.

WebUI.executeJavaScript("document.getElementById('textboxid').value = '01/10/2018'", null)

It looks like you are using the Katalon documentation example, which just did not work for me.