Class FluentDriverWait

java.lang.Object
io.fluentlenium.core.FluentDriverWait

public class FluentDriverWait extends Object
Creates and configures a FluentWait from a Configuration to be used via FluentDriver.
  • Constructor Details

    • FluentDriverWait

      public FluentDriverWait (Configuration configuration)
  • Method Details

    • await

      public FluentWait await (FluentControl control)
      Creates a FluentWait instance with the argument FluentControl, and configures the FluentWait with the awaitAtMost and pollingEvery values from a Configuration if they are set in that configuration.
      Parameters:
      control - the fluent control
      Returns:
      the configured FluentWait