Is there a way to access logs on the browser made by the sever in Selenium? For example, if the site executed a console.log("Test.")
, can a Selenium test case access that log? Any help would be appreciated! (Preferably in Python).
Thanks!
~Carpetfizz