Class DistributorOptions

java.lang.Object
org.openqa.selenium.grid.distributor.config.DistributorOptions

public class DistributorOptions extends Object
  • Field Details

  • Constructor Details

    • DistributorOptions

      public DistributorOptions(Config config)
  • Method Details

    • getDistributorUri

      public URI getDistributorUri()
    • getHealthCheckInterval

      public Duration getHealthCheckInterval()
    • getDistributor

      public Distributor getDistributor()
    • getSlotMatcher

      public SlotMatcher getSlotMatcher()
    • getSlotSelector

      public SlotSelector getSlotSelector()
    • getNewSessionThreadPoolSize

      public int getNewSessionThreadPoolSize()
    • shouldRejectUnsupportedCaps

      public boolean shouldRejectUnsupportedCaps()