SeleniumHQ / SeleniumHQ/selenium
[🚀 Feature]: Leverage streaming output in the bindings
Open
B-manager
C-java
C-nodejs
C-py
C-rb
I-enhancement
- Dominant language
- Java
- Stars
- 34.5k
- Forks
- 8.7k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 92
Description
### Status
* **Ruby** —
* **Python** —
* **Java** —
* **.NET** — https://github.com/SeleniumHQ/selenium/pull/17024
* **JS** —
### Feature and motivation
Now that #13260 has been implemented with #13414 we need each of the bindings to
1. switch from `--output json` to `--output mixed`
2. leverage #13437 and use `--log-level` rather than `--debug`
3. switch from printing logged output at the end of the selenium manager execution to using the streamed output
### Usage example
```
./selenium-manager --browser chrome --log-level debug --output mixed
```
Contributor guide
Assessment
This issue has not been assessed yet.