Package org.openqa.selenium.remote

Examples of org.openqa.selenium.remote.Context


  public void setSessionId(String sessionId) {
    this.sessionId = new SessionId(sessionId);
  }

  public void setContext(String context) {
    this.context = new Context(context);
  }
View Full Code Here

TOP

Related Classes of org.openqa.selenium.remote.Context

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.