How to get status code by using selenium.py (python code)

前端 未结 12 1117
深忆病人
深忆病人 2020-11-30 01:01

I am writing a selenium script by python, but I think I don\'t see any information about:

How to get http status code from selenium Python code.

12条回答
  •  一个人的身影
    2020-11-30 02:01

    Corey Goldberg had a great implementation of a profiler using Selenium and Python outputting a formatted result. Here is the link.

    http://coreygoldberg.blogspot.com/2009/10/automated-webhttp-profiler-with.html

提交回复
热议问题