diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5f0b9da2ed..451fe2f3e7 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -10,7 +10,7 @@ assignees: '' **Context:** - Playwright Version: [what Playwright version do you use?] - Operating System: [e.g. Windows, Linux or Mac] -- Node version: [e.g. 10.12, 10.14] +- Node.js version: [e.g. 10.12, 10.14] - Browser: [e.g. All, Chromium, Firefox, WebKit] - Extra: [any specific details about your environment] diff --git a/README.md b/README.md index 9e803643ec..3ff837a354 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ##### [Docs](docs/README.md) | [API reference](docs/api.md) | [Changelog](https://github.com/microsoft/playwright/releases) -Playwright is a Node library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**. +Playwright is a Node.js library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**. | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 377484be24..5c7dcd1c3f 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -10,7 +10,7 @@ - [WebKit](#webkit) * [WebKit headless doesn't launch on Linux/WSL](#webkit-headless-doesnt-launch-on-linuxwsl) - [Code transpilation issues](#code-transpilation-issues) -- [Node requirements](#node-requirements) +- [Node.js requirements](#nodejs-requirements) * [ReferenceError: URL is not defined](#referenceerror-url-is-not-defined) @@ -195,11 +195,11 @@ await page.evaluate(`(async() => { })()`); ``` -## Node requirements +## Node.js requirements ### ReferenceError: URL is not defined -Playwright requires Node 10 or higher. Node 8 is not supported, and will cause you to receive this error. +Playwright requires Node.js 10 or higher. Node.js 8 is not supported, and will cause you to receive this error. # Please file an issue diff --git a/src/common/README.md b/src/common/README.md index 4a5e48f390..a4f81602e1 100644 --- a/src/common/README.md +++ b/src/common/README.md @@ -1 +1 @@ -Files in this folder are used both in Node and injected environments, they can't have dependencies. \ No newline at end of file +Files in this folder are used both in Node.js and injected environments, they can't have dependencies. \ No newline at end of file