Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 74bc02f

Browse files
committed
docs(faq): clarify that browser logs are always level WARN and higher
1 parent f1db8b4 commit 74bc02f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/faq.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ browser.manage().logs().get('browser').then(function(browserLog) {
8989
});
9090
```
9191

92+
This will output logs from the browser console. Note that logs below the set logging level will be ignored. WebDriver does not currently support changing the logging level for browser logs.
93+
9294
How do I produce an XML report of my test results?
9395
--------------------------------------------------
9496

0 commit comments

Comments
 (0)