Namespace Peridot\WebDriverManager\Console
| AbstractManagerCommand | AbstractManagerCommand represents a console command that is dependent on a Manager class. |
| CleanCommand | CleanCommand is used to remove everything from the manager install path. |
| StartCommand | StartCommand is used to start Selenium Server in the foreground. If drivers and binaries are not up to date, the start command will update before starting. |
| StatusCommand | StatusCommand shows what drivers and binaries are up to date, out of date, or not present. |
| UpdateCommand | UpdateCommand is used to update all binaries or a specific binary. |