File tree 1 file changed +2
-2
lines changed
javascript/node/selenium-webdriver
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ class Options extends Capabilities {
394
394
* - `enableTimeline`: Whether or not to collect events from Timeline domain.
395
395
* Note: when tracing is enabled, Timeline domain is implicitly disabled,
396
396
* unless `enableTimeline` is explicitly set to true.
397
- * - `tracingCategories `: A comma-separated string of Chromium tracing
397
+ * - `traceCategories `: A comma-separated string of Chromium tracing
398
398
* categories for which trace events should be collected. An unspecified
399
399
* or empty string disables tracing.
400
400
* - `bufferUsageReportingInterval`: The requested number of milliseconds
@@ -405,7 +405,7 @@ class Options extends Capabilities {
405
405
* @param {{enableNetwork: boolean,
406
406
* enablePage: boolean,
407
407
* enableTimeline: boolean,
408
- * tracingCategories : string,
408
+ * traceCategories : string,
409
409
* bufferUsageReportingInterval: number}} prefs The performance
410
410
* logging preferences.
411
411
* @return {!Options } A self reference.
You can’t perform that action at this time.
0 commit comments