I would like to know how to read console log output for a particular website using Python for the automation.
Currently i am trying to read console data using Selenium, but there is no function that I can use to read my logs, I can read the messages but I cannot read the real time data.
Is there any other library that can I use?