Package jp.vmi.selenium.webdriver

Examples of jp.vmi.selenium.webdriver.NullDriver


public class SeleneseRunnerWindows extends Windows {
  private final Map<String, String> lastFrame = Maps.newHashMap();
  private final Context context;

  public SeleneseRunnerWindows(Context context) {
    super(new NullDriver());
    this.context = context;
  }
View Full Code Here

TOP

Related Classes of jp.vmi.selenium.webdriver.NullDriver

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.