Skip to content

Decrease loading time by not loading images #7

Open
@MrTomRod

Description

@MrTomRod

I found this option which may be useful:

from selenium.webdriver.chrome.options import Options
options = Options()
options.add_experimental_option("prefs", {"profile.managed_default_content_settings.images": 2})

It prevents Chrome from downloading images, increasing page load speed. This may be useful in some cases...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions