I'm trying to inspect some elements I'm querying from Chromium's console. However, instead of plain text, Chromium renders a little UI (see images below). How can I get raw text, as in NodeJS' console?
I looked into Chromium's settings, but I found nothing (at least not obvious if it exists) to change that behavio
