How to add variables to object value ?

Hi, you probably haven’t set default alias for WebUIBuiltInKeywords class. Try to add this line:

import com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords as WebUI

Or use full class name for static click method:

WebUiBuiltInKeywords.click(lnk_EditEvent)

Thanks.