Class FluentDriverWait

    • Constructor Detail

      • FluentDriverWait

        public FluentDriverWait​(Configuration configuration)
    • Method Detail

      • 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