Class SynchronizationManager

java.lang.Object
com.shaft.driver.internal.DriverFactory.SynchronizationManager

public class SynchronizationManager extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SynchronizationManager(org.openqa.selenium.WebDriver driver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
     
    org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
    fluentWait(boolean isValidToCheckForVisibility)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SynchronizationManager

      public SynchronizationManager(org.openqa.selenium.WebDriver driver)
  • Method Details

    • fluentWait

      public org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver> fluentWait()
    • fluentWait

      public org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver> fluentWait(boolean isValidToCheckForVisibility)