Can Katalon Test SAP HTML with FRAMESETs? [was: How to extract value of a text field?]

Change the above statement to:
WebUI.comment("Lead ID is: ${sLeadID_Accept}") // notice the curly parenthesis
or
WebUI.comment("Lead ID is: " + sLeadID_Accept)