Starting a refactor of all chrome driver code #105
Merged
weskerfoot
merged 4 commits from chrome-driver-refactor
into master
5 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'chrome-driver-refactor'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The chrome driver related code has several issues:
The solution here is to calculate the exact version based on the version of the Chrome browser installed. This is easy on Linux or MacOS, but a bit tricky on windows.
This will address https://github.com/weskerfoot/DeleteFB/issues/94
Hello,
https://github.com/weskerfoot/DeleteFB/pull/114
I did a PR with a refactor of the chromedriver download also, where I always pick the latest version. Is there any retro-compatibility issue you are aware of with the chromedriver ? (I have a Chrome 80.XXX and a Chromdriver 80.YYY with XXX < YYY and it works).
Picking this back up again
82d749f261
.