Skip to content

Commit e7159bf

Browse files
committed
add performance log config to FAQ
1 parent 617f871 commit e7159bf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/99-faq.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,5 +512,19 @@ Define a locator for the file input field and set the path to the file you want
512512
When I type "${custom.dir}/file.ext" in the file input field
513513
```
514514

515+
### 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).
517+
```json
518+
gwen {
519+
web {
520+
capabilties {
521+
"goog:loggingPrefs" {
522+
performance = "ALL"
523+
}
524+
}
525+
}
526+
}
527+
```
528+
515529
### Can I get support?
516530
Support is offered through [sponsorships](https://github.com/sponsors/gwen-interpreter). By purchasing support you will be sponsoring our open source work on this project.

0 commit comments

Comments
 (0)