mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-17 00:04:50 +03:00
f472c96129
This patch adds support for `technology preview` webkit channel, which we will keep close to the actual Safari Technology Preview releases. This channel does not install by default. It is supposed to be installed with the following CLI command: ```sh $ npx playwright install webkit-technology-preview ``` Once the channel is installed, it can be used the following way: ```js const browser = await playwright.webkit.launch({ channel: 'technology-preview', }); ``` **NOTE:** if clients attempt using the channel without installing it, it'll throw an error with a copyable instructions to install via CLI. References #5884 |
||
---|---|---|
.. | ||
binaryPaths.ts | ||
debugLogger.ts | ||
errors.ts | ||
httpServer.ts | ||
registry.ts | ||
stackTrace.ts | ||
timeoutSettings.ts | ||
ubuntuVersion.ts | ||
utils.ts |