public class SeleniumManager extends Object
Constructor | Description |
---|---|
SeleniumManager() |
Modifier and Type | Method | Description |
---|---|---|
protected static void |
closeSession(org.openqa.selenium.WebDriver driver) |
This will initialize a new selenium session for this test scope.
|
static String |
getApplicationHost() |
|
static String |
getApplicationPath() |
|
static int |
getApplicationPort() |
|
static String |
getSeleniumBrowser() |
|
static String |
getSeleniumHost() |
|
static Boolean |
getSeleniumNoServer() |
|
static int |
getSeleniumPort() |
|
static int |
getSMTPPort() |
|
static org.openqa.selenium.WebDriver |
getWebDriver() |
public static org.openqa.selenium.WebDriver getWebDriver() throws IOException
IOException
protected static void closeSession(org.openqa.selenium.WebDriver driver)
public static Boolean getSeleniumNoServer()
public static String getSeleniumHost()
public static int getSeleniumPort()
public static int getSMTPPort()
public static String getSeleniumBrowser()
public static String getApplicationHost()
public static int getApplicationPort()
public static String getApplicationPath()
Copyright © 2002–2019 itracker. All rights reserved.