feat!: switch to Chrome for Testing instead of Chromium (#10054)

Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
This commit is contained in:
Alex Rudenko
2023-05-02 08:53:40 +02:00
committed by GitHub
parent edbfff7b04
commit df4d60c187
96 changed files with 259 additions and 2454 deletions

View File

@@ -4,7 +4,7 @@ sidebar_label: Browser.disconnect
# Browser.disconnect() method
Disconnects Puppeteer from the browser, but leaves the Chromium process running. After calling `disconnect`, the [Browser](./puppeteer.browser.md) object is considered disposed and cannot be used anymore.
Disconnects Puppeteer from the browser, but leaves the browser process running. After calling `disconnect`, the [Browser](./puppeteer.browser.md) object is considered disposed and cannot be used anymore.
#### Signature: