SeleniumHQ / SeleniumHQ/selenium

[🚀 Feature]: Leverage streaming output in the bindings

Open
#13,989 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.