Package org.openqa.selenium.grid.config
Interface HasRoles
-
- All Known Implementing Classes:
ConfigFlags
public interface HasRoles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Role>getRoles()Obtains the set of commands that this set of flags applies to.
-
-
-
Method Detail
-
getRoles
java.util.Set<Role> getRoles()
Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps toorg.openqa.selenium.cli.CliCommand#getName()- Returns:
-
-