setText for password error

//Open browser
WebUI.openBrowser(‘https://katalon-demo-cura.herokuapp.com/’)

//Click button
WebUI.click(findTestObject(‘Page_CURA Healthcare Service/a_Make Appointment’))

//Set text username & password
WebUI.setText(findTestObject(‘Page_CURA Healthcare Service/input_Username_username’), ‘username’)

This code why error
WebUI.setText(findTestObject(‘Page_CURA Healthcare Service/input_Password_password’), ‘ThisIsNotAPassword’)

WebUI.setEncryptedText(findTestObject(‘Page_CURA Healthcare Service/input_Password_password’), ‘ThisIsNotAPassword’)

Category changed.

Please provide further info, otherwise the topic will be closed.