Error on mode headless (Humburger Icon)

Hi,
I’m encountering an issue with the Hamburger icon on the webpage. It functions correctly in headed mode, but in headless mode, I’m consistently getting an “element not clickable” error. Please refer to the attached image for a clearer understanding of the problem.
Headed mode :

Headless mode :

Hi there, :wave:

Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.

In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!

Thanks! :sunglasses:
Katalon Community team

Hi @sjsppraveen ,

Can you try to add this property for the Chrome Headless: --window-size=1500,800
This will help in increasing the headless browser’s window size and then run the tests again.

Follow the below documentation on how to set this property in Katalon Studio for Chrome (Headless):

Thank you

in Headless mode, looks like menu not fully loaded. after adding the above mentioned property, please add some wait time to ensure UI elements are loaded fully and it’s interact-able before performing any action