Skip to content

Commit e46b7b0

Browse files
committed
fix perf capabilities
1 parent 446bac9 commit e46b7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/99-faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,11 @@ Define a locator for the file input field and set the path to the file you want
513513
```
514514

515515
### Can I log a performance trace?
516-
Yes (since v4.3.0), configure the following in your chrome settings file and a performance log will be attached to the HTML gwen report next to each [navigation step](/docs/dsl#i-navigate-to-url).
516+
Yes (since v4.3.0), configure the following in your `chrome.conf` settings file and a performance log will be attached to the HTML gwen report next to each [navigation step](/docs/dsl#i-navigate-to-url).
517517
```json
518518
gwen {
519519
web {
520-
capabilties {
520+
capabilities {
521521
"goog:loggingPrefs" {
522522
performance = "ALL"
523523
}

0 commit comments

Comments
 (0)