@acot/find-chrome 中文文档教程

发布于 3年前 浏览 22 项目主页 更新于 3年前

@acot/find-chrome

在您的运行时环境中找到可用的 Chrome。

Installation

通过 npm 安装:

$ npm install --save @acot/find-chrome

Usage

TBA

import { findChrome } from '@acot/find-chrome';

(async () => {
  const { executablePath, type } = await findChrome(/* options */);
})();

Thanks

受到以下项目的启发:

@acot/find-chrome

Find Chrome available in your runtime environment.

Installation

Install via npm:

$ npm install --save @acot/find-chrome

Usage

T.B.A

import { findChrome } from '@acot/find-chrome';

(async () => {
  const { executablePath, type } = await findChrome(/* options */);
})();

Thanks

Hard inspired by the following projects:

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文