Skip to content

Instantly share code, notes, and snippets.

View ic0n's full-sized avatar

Jackson ic0n

  • Guangzhou
View GitHub Profile
@ic0n
ic0n / get_chromedriver_download_progress.md
Last active November 17, 2023 17:53
Get chromedriver current downloads progress(es) with python using selenium

Notice:

* This method is tested on Chrome Version 61.0.3163.100, chromedriver Version 2.33.506106

Getting the progress of the first downloads-item

So for some reason, chrome keeps download items in the shadow-root of tag .

This makes me so confused when I am trying to automate chrome to download files.