Katalon passes click but nothing happens

@grylion54 I need to click this ok button

xpath i used for this is

//button[normalize-space()=‘OK’]

Note: This works in chrome and edge browser but not working in chrome headless

–I tried javascript click, click, doubleclick

“Click” method wasn’t working for me too, I made it work by changing “Xpath” to “css” in selection method for that element.