MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Increase edgechromium blob results to allow current versions #71

Closed SirProdigle closed 1 year ago

SirProdigle commented 3 years ago

Increase max results to 5000 as the current limit of 1000 skips out on latest versions

70

rasjani commented 3 years ago

I think, not 100% sure but this should be already addressed in the master (not yet released) - from commit 871cd39e015414c335513c7f15bca981aba3504e .. it will populate the cache by iterating the resulting response and if that response contains "marker" eg pagination, it will fetch until no marker is provided ..