Do not want the Images to load and CSS to render on Firefox in Selenium WebDriver - Python

后端 未结 6 869
长情又很酷
长情又很酷 2020-11-29 00:37

I am using Selenium 2 with python bindings to fetch some data from our partner\'s site. But on an average it\'s taking me around 13 secs to perform this operation.

I

6条回答
  •  生来不讨喜
    2020-11-29 00:54

    You can disable images/css using the Web Developer toolbar Addon.

    https://addons.mozilla.org/en-US/firefox/addon/web-developer/

    go to CSS->Disable and Images->Disable

提交回复
热议问题