How to get status code by using selenium.py (python code)
Option 1: if you just want to return the status code under the assumption that the page you want the status code from… exists in the log containing ‘text/html content type Usage: Option 2: if you wanted to see all status codes in the relevant logs Usage: Note 1: much of this is based on @Stefan Matei answer, however, […]