FireFox sits on “Transferring data from…” or “Read…”

前端 未结 5 1922
渐次进展
渐次进展 2021-01-04 23:04

I\'m building some functional tests for a web site using Selenium, and I\'m stuck on a bizarre browser issue where the page never seems to finish loading. The status bar re

5条回答
  •  一向
    一向 (楼主)
    2021-01-04 23:38

    Try the Live HTTP Headers extension. With this extension you can grab the request and response headers off the wire. You might also try starting Firefox in safe mode for testing. This will disable all installed extensions. Run firefox -h in a dos box to see the command line switch for safe mode.

提交回复
热议问题