Skip to content

Outdated ChromeDriver version in package.json #6

@kaliPrasad6400

Description

@kaliPrasad6400

Description

I've noticed that the package.json file specifies a dependency on chromedriver version 111.x.x. However, the current version of Chrome is significantly more advanced than this, potentially leading to compatibility issues and vulnerabilities.

Impact:

Using an outdated chromedriver version can cause:
Compatibility issues: Your scripts might not function correctly with the newer Chrome versions.
Security vulnerabilities: Older versions might contain security vulnerabilities that have been patched in newer releases.

Meanwhile

There are some solutions meanwhile you can follow, while we work on resolving this issue.
Installing newer versions as dev dependencies

npm install chromedriver@requiredVersion --save-dev
npm install nightwatch@requiredVersion --save-dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions