🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@testim/chrome-version

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testim/chrome-version

Finds the version of Chrome that is installed on your machine

1.1.4
latest
Source
npm
Version published
Weekly downloads
551K
-10.14%
Maintainers
1
Weekly downloads
 
Created

What is @testim/chrome-version?

@testim/chrome-version is an npm package that allows you to programmatically determine the version of Google Chrome installed on your system. This can be particularly useful for automated testing, CI/CD pipelines, and other scenarios where knowing the browser version is crucial.

What are @testim/chrome-version's main functionalities?

Get Chrome Version

This feature allows you to get the installed version of Google Chrome. The code sample demonstrates how to use the package to fetch and log the Chrome version.

const chromeVersion = require('@testim/chrome-version');

chromeVersion().then(version => {
  console.log(`Chrome version: ${version}`);
}).catch(err => {
  console.error('Error fetching Chrome version:', err);
});

Other packages similar to @testim/chrome-version

Keywords

chrome

FAQs

Package last updated on 12 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts