How to get chrome dev tool console logs?

I would like to have chrome dev_tool’s console logs at the end of my test case. I have tried with “Get Console Log” keyword but I don’t get it to work. Is it possible to get logs from dev tool and if it is possible, how?

Hi,

I didn’t tested the log retrieve, but I had Chrome Dev Tools protocol working as described here:

And I see there are possibilities to access logs here:

Might be worth a try :blush:

Regards
Charlie