Console Logging - Selenium and Katalon

kazurayam said:

Possibly you have your Chrome DevTool > Console > Filter >Hide all

I didn’t find this was the case but I think I’ll put this problem to rest now. Thanks for all you help. Really appreciate the effort you’ve gone to.

The problem was with the desired capabilities. You need to keep your other chrome capabilities separate. Like below.

1 Like

just for your interest… Chrome DevTools Protocol (a.k.a. CDP) is being developed; this enables automated test scripts listen to “console.log(msg)”: