Skip to content

Commit

Permalink
Update types.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Dec 21, 2023
1 parent c0955cf commit d22a544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/playwright-core/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19213,8 +19213,8 @@ export interface Tracing {
/**
* If specified, intermediate trace files are going to be saved into the files with the given name prefix inside the
* `tracesDir` folder specified in
* [browserType.launch([options])](https://playwright.dev/docs/api/class-browsertype#browser-type-launch). If you are
* looking for an option to specify ouput zip file name, you need to pass `path` option to
* [browserType.launch([options])](https://playwright.dev/docs/api/class-browsertype#browser-type-launch). To specify
* the final trace zip file name, you need to pass `path` option to
* [tracing.stop([options])](https://playwright.dev/docs/api/class-tracing#tracing-stop) instead.
*/
name?: string;
Expand Down Expand Up @@ -19273,8 +19273,8 @@ export interface Tracing {
/**
* If specified, intermediate trace files are going to be saved into the files with the given name prefix inside the
* `tracesDir` folder specified in
* [browserType.launch([options])](https://playwright.dev/docs/api/class-browsertype#browser-type-launch). If you are
* looking for an option to specify ouput zip file name, you need to pass `path` option to
* [browserType.launch([options])](https://playwright.dev/docs/api/class-browsertype#browser-type-launch). To specify
* the final trace zip file name, you need to pass `path` option to
* [tracing.stopChunk([options])](https://playwright.dev/docs/api/class-tracing#tracing-stop-chunk) instead.
*/
name?: string;
Expand Down

0 comments on commit d22a544

Please sign in to comment.