Click don't work on headless Chrome

Hi guys,

im having some trouble with headless (chrome) test execution.
In one of my test cases, the software isnt able to click on my navigation object.
Bizarelly, if i execute it in regular Chrome, it works properly.

Any solutions?

KR

Hi guys,
In which line the test fails, what is the error message you have? Please post more information regard to this issue first. Example log?

03-22-2018 08:36:55 AM - [START] - Start action : click

03-22-2018 08:36:55 AM - [INFO] - Finding Test Object with id ‘Object Repository/Whitelabeling/UD-4053/span_Aufschlge (2)’

03-22-2018 08:36:56 AM - [INFO] - Checking object

03-22-2018 08:36:56 AM - [INFO] - Checking timeout

03-22-2018 08:36:56 AM - [WARNING] - Cannot take screenshot

03-22-2018 08:36:56 AM - [FAILED] - Unable to click on object ‘Object Repository/Whitelabeling/UD-4053/span_Aufschlge (2)’ (Root cause: com.kms.katalon.core.webui.exception.BrowserNotOpenedException: Browser is not opened

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘HP20086590’, ip: ‘10.167.154.67’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_102’

Driver info: driver.version: unknown)

03-22-2018 08:36:56 AM - [FAILED] - Test Cases/Whitelabeling/UD-4015 FAILED because (of) Unable to click on object ‘Object Repository/Whitelabeling/UD-4053/span_Aufschlge (2)’ (Root cause: com.kms.katalon.core.webui.exception.BrowserNotOpenedException: Browser is not opened

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘HP20086590’, ip: ‘10.167.154.67’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_102’

Driver info: driver.version: unknown)

03-22-2018 08:36:56 AM - [END] - End action : click

03-22-2018 08:36:56 AM - [END] - End Test Case : Test Cases/Whitelabeling/UD-4015

Hi Vladislav Lepichin,

I think you miss step “Open browser” so you cant click on your navigation object, let’s set it before step “Click”.

For further information, note at link attached.

https://docs.katalon.com/display/KD/Test+Case+Manual+View

Please comment if you have best solution for this.

Thanks