Skip to content

configuredfilePath being set, should not hit the network #131

@stefanpenner

Description

@stefanpenner

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'));
});

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions