chore: implement acceptInsecureCerts and version for BiDi (#10365)

This commit is contained in:
Alex Rudenko
2023-06-13 10:17:23 +02:00
committed by GitHub
parent 3c41b3ec78
commit 903afc3715
8 changed files with 94 additions and 18 deletions

View File

@@ -20,6 +20,6 @@ Promise<string>
## Remarks
For headless browser, this is similar to `HeadlessChrome/61.0.3153.0`. For non-headless, this is similar to `Chrome/61.0.3153.0`.
For headless browser, this is similar to `HeadlessChrome/61.0.3153.0`. For non-headless or new-headless, this is similar to `Chrome/61.0.3153.0`. For Firefox, it is similar to `Firefox/116.0a1`.
The format of browser.version() might change with future releases of browsers.