### 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 ```
Status
Feature and motivation
Now that #13260 has been implemented with #13414 we need each of the bindings to
--output jsonto--output mixed--log-levelrather than--debugUsage example