Class AbstractOpenNMSSeleniumHelper.WaitForNodesInDatabase

  • All Implemented Interfaces:
    com.google.common.base.Function<org.openqa.selenium.WebDriver,​Boolean>, java.util.function.Function<org.openqa.selenium.WebDriver,​Boolean>, org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
    Enclosing class:
    AbstractOpenNMSSeleniumHelper

    protected final class AbstractOpenNMSSeleniumHelper.WaitForNodesInDatabase
    extends Object
    implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
    • Constructor Detail

      • WaitForNodesInDatabase

        public WaitForNodesInDatabase​(int numberOfNodes)
      • WaitForNodesInDatabase

        public WaitForNodesInDatabase​(String foreignSource,
                                      int numberOfNodes)
    • Method Detail

      • apply

        public Boolean apply​(org.openqa.selenium.WebDriver input)
        Specified by:
        apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,​Boolean>
        Specified by:
        apply in interface java.util.function.Function<org.openqa.selenium.WebDriver,​Boolean>