Package org.lightadmin.util

Examples of org.lightadmin.util.ExtendedWebDriverImpl


  private final ExtendedWebDriver webDriver;
  private final URL baseUrl;
  private long webDriverTimeout;

  public SeleniumContext( final WebDriver webDriver, final URL baseUrl, final long webDriverWaitTimeout ) {
    this.webDriver = new ExtendedWebDriverImpl( webDriver, webDriverWaitTimeout );
    this.baseUrl = baseUrl;
    this.webDriverTimeout = webDriverWaitTimeout;
  }
View Full Code Here

TOP

Related Classes of org.lightadmin.util.ExtendedWebDriverImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.