Disable images in Selenium Google ChromeDriver

后端 未结 7 1407
悲哀的现实
悲哀的现实 2020-12-16 13:58

How does one disable images in Google chrome when using it through Selenium and c#?

I\'ve attempted 6 ways and none worked. I\'ve even tried the answer on this Stack

7条回答
  •  [愿得一人]
    2020-12-16 14:43

    I recommend that you create a new profile, customize this profile so that it does not load the images, and use this profile as a chromeOption to set up your driver.

    See: this article

提交回复
热议问题