-
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Description
Even if configuredfilePath is set, we still hit the CDN for the latest version.
Lines 51 to 54 in 700ba53
| promise = promise.then(function () { | |
| if (chromedriver_version === 'LATEST') | |
| return getLatestVersion(getRequestOptions(cdnUrl + '/LATEST_RELEASE')); | |
| }); |