Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to block images loading but retain the IMG tag containing path in SRC attribute?

more options

I know setting 'permissions.default.image' with a value of '2' will block the downloading of images. However, this also removes the IMG tag from the page source. Is there a way to retain this, because I want access to the image path in the SRC attribute; for development testing purposes via Selenium.

Thanks.

I know setting 'permissions.default.image' with a value of '2' will block the downloading of images. However, this also removes the IMG tag from the page source. Is there a way to retain this, because I want access to the image path in the SRC attribute; for development testing purposes via Selenium. Thanks.

すべての返信 (1)

more options

When I test it interactively, a placeholder is displayed in the page and the <img> is still listed in the Page Inspector. What call are you using to retrieve it in Selenium?