Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

configuredfilePath being set, should not hit the network #131

Open
stefanpenner opened this issue Nov 15, 2017 · 0 comments
Open

configuredfilePath being set, should not hit the network #131

stefanpenner opened this issue Nov 15, 2017 · 0 comments

Comments

@stefanpenner
Copy link

Even if configuredfilePath is set, we still hit the CDN for the latest version.

promise = promise.then(function () {
if (chromedriver_version === 'LATEST')
return getLatestVersion(getRequestOptions(cdnUrl + '/LATEST_RELEASE'));
});

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants