Test execution in katalon studio error

I keep getting this error when trying to execute this test case

can you help please?

Test Cases/Update Your Profile FAILED because (of) Unable to click on object ‘Object Repository/Page_Welcome to Privilege Bicester (1)/a_Your profile’ (Root cause: org.openqa.selenium.WebDriverException: Element is not clickable at point (623, 22.216659545898438). Other element would receive the click:


Command duration or timeout: 101 milliseconds
Build info: version: ‘2.53.0’, revision: ‘35ae25b’, time: ‘2016-03-15 17:00:58’
System info: host: ‘a01824w’, ip: ‘169.254.116.244’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_102’
Driver info: com.kms.katalon.core.webui.driver.firefox.CFirefoxDriver47
Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=52.4.0, platform=WINDOWS, nativeEvents=false, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}]
Session ID: abbfe138-5871-404b-890b-ad98c56cd980)

Test Cases/Update Your Profile.run:39

As log says, “other element” would receive the click". Probably element you are trying to click on is overlayed with another element. Try to set wait before the click and check if it works.

Hi Miroslaw,

I tried changing that step to wait for element clickable. and I still get the same error.