I have the following code below to click the download button but it is not working. I have attached the console log. The error message is “unable to click object”
I am wondering if it is because you have to handle download buttons differently?
There can be few options you can try in these kind of issues :
You would need to ensure the selectors are correct. Based on the name of object it looks like you have captured that object using Katalon built in Spy or recording functionality. Right click on the object and click Inspect to see if the Selector is correct.
Add delay before the click to make sure it appears.