How can I open the inspect element tab of any browser in Selenium with Python? I need it after login to page e.g FaceBook, to open the inspect element so I can later take screenshots of console errors. like in this image:
Asked
Active
Viewed 345 times
1
-
2Possible duplicate of [Getting console.log output from Chrome with Selenium Python API bindings](https://stackoverflow.com/questions/20907180/getting-console-log-output-from-chrome-with-selenium-python-api-bindings) – Sascha Mar 28 '18 at 12:24