com.github.markusbernhardt.selenium2library.utils
Class WebDriverCache.SessionIdAliasWebDriverTuple

java.lang.Object
  extended by com.github.markusbernhardt.selenium2library.utils.WebDriverCache.SessionIdAliasWebDriverTuple
Enclosing class:
WebDriverCache

public static class WebDriverCache.SessionIdAliasWebDriverTuple
extends Object


Field Summary
 String alias
           
 String id
           
 org.openqa.selenium.WebDriver webDriver
           
 
Constructor Summary
WebDriverCache.SessionIdAliasWebDriverTuple()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

alias

public String alias

webDriver

public org.openqa.selenium.WebDriver webDriver
Constructor Detail

WebDriverCache.SessionIdAliasWebDriverTuple

public WebDriverCache.SessionIdAliasWebDriverTuple()


Copyright © 2013. All Rights Reserved.