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
Nemo plugin which instantiates the [selenium-webdriver console logger](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/logging.html).
4
+
5
+
## Requirements
6
+
7
+
`nemo@2` and above, to get the versions of `selenium-webdriver` with logging support.
8
+
9
+
## Usage
10
+
11
+
1.`npm install --save-dev nemo-logger`
12
+
2. add to your nemo plugins config:
13
+
14
+
```
15
+
"logger": {
16
+
"module": "nemo-logger",
17
+
"arguments": ["ALL"] // optional
18
+
}
19
+
```
20
+
21
+
If you include the single argument, make sure it matches one of the levels here:
0 commit comments