jdave.webdriver
Class WebDriverHolder

java.lang.Object
  extended by jdave.webdriver.WebDriverHolder

public class WebDriverHolder
extends Object

Author:
Juha Karemo

Constructor Summary
WebDriverHolder()
           
 
Method Summary
static void clear()
           
static org.openqa.selenium.WebDriver get()
           
static void set(org.openqa.selenium.WebDriver webDriver)
           
static void setForUser2(org.openqa.selenium.WebDriver webDriver)
           
static void switchToUser1()
           
static void switchToUser2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDriverHolder

public WebDriverHolder()
Method Detail

get

public static org.openqa.selenium.WebDriver get()

set

public static void set(org.openqa.selenium.WebDriver webDriver)

setForUser2

public static void setForUser2(org.openqa.selenium.WebDriver webDriver)

switchToUser1

public static void switchToUser1()

switchToUser2

public static void switchToUser2()

clear

public static void clear()


Copyright © 2010. All Rights Reserved.