org.itracker.selenium
Class SeleniumManager

java.lang.Object
  extended by org.itracker.selenium.SeleniumManager

public class SeleniumManager
extends Object

Author:
Andrey Sergievskiy

Constructor Summary
SeleniumManager()
           
 
Method Summary
protected static void closeSession(com.thoughtworks.selenium.Selenium selenium)
          This will initialize a new selenium session for this test scope.
static String getApplicationHost()
           
static String getApplicationPath()
           
static int getApplicationPort()
           
static com.thoughtworks.selenium.Selenium getSelenium()
           
static String getSeleniumBrowser()
           
static String getSeleniumHost()
           
static int getSeleniumPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumManager

public SeleniumManager()
Method Detail

getSelenium

public static com.thoughtworks.selenium.Selenium getSelenium()
                                                      throws IOException
Throws:
IOException

closeSession

protected static void closeSession(com.thoughtworks.selenium.Selenium selenium)
This will initialize a new selenium session for this test scope.


getSeleniumHost

public static String getSeleniumHost()

getSeleniumPort

public static int getSeleniumPort()

getSeleniumBrowser

public static String getSeleniumBrowser()

getApplicationHost

public static String getApplicationHost()

getApplicationPort

public static int getApplicationPort()

getApplicationPath

public static String getApplicationPath()


Copyright © 2002-2012 itracker. All Rights Reserved.