Class RelayFlags

  • All Implemented Interfaces:
    org.openqa.selenium.grid.config.HasRoles

    @AutoService(org.openqa.selenium.grid.config.HasRoles.class)
    public class RelayFlags
    extends java.lang.Object
    implements org.openqa.selenium.grid.config.HasRoles
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> driverConfiguration  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelayFlags()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • driverConfiguration

        public java.util.List<java.lang.String> driverConfiguration
    • Constructor Detail

      • RelayFlags

        public RelayFlags()
    • Method Detail

      • getRoles

        public java.util.Set<org.openqa.selenium.grid.config.Role> getRoles()
        Specified by:
        getRoles in interface org.openqa.selenium.grid.config.HasRoles