You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/99-faq.mdx
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -512,5 +512,19 @@ Define a locator for the file input field and set the path to the file you want
512
512
When I type "${custom.dir}/file.ext" in the file input field
513
513
```
514
514
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
+
515
529
### Can I get support?
516
530
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