Package org.openqa.selenium.cli
Interface CliCommand
-
- All Known Implementing Classes:
DistributorServer,Hub,InfoCommand,MessageBusCommand,NodeServer,RouterServer,SessionMapServer,Standalone
public interface CliCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCliCommand.Executable
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CliCommand.Executableconfigure(java.lang.String... args)java.lang.StringgetDescription()java.lang.StringgetName()default booleanisShown()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
configure
CliCommand.Executable configure(java.lang.String... args)
-
isShown
default boolean isShown()
-
-