edu.samplu.common
Class WebDriverUtil
java.lang.Object
edu.samplu.common.WebDriverUtil
public class WebDriverUtil
- extends Object
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_IMPLICIT_WAIT_TIME
public static int DEFAULT_IMPLICIT_WAIT_TIME
SHORT_IMPLICIT_WAIT_TIME
public static int SHORT_IMPLICIT_WAIT_TIME
REMOTE_DRIVER_SAUCELABS_PROPERTY
public static final String REMOTE_DRIVER_SAUCELABS_PROPERTY
- See Also:
- Constant Field Values
WebDriverUtil
public WebDriverUtil()
setUp
public static org.openqa.selenium.WebDriver setUp(String username,
String url)
throws Exception
- Parameters:
username
- url
-
- Returns:
-
- Throws:
Exception
setUp
public static org.openqa.selenium.WebDriver setUp(String username,
String url,
String className,
org.junit.rules.TestName testName)
throws Exception
- Setup the WebDriver test, login and load the tested web page
- Throws:
Exception
checkForIncidentReport
public static void checkForIncidentReport(org.openqa.selenium.WebDriver driver,
String locator)
checkForIncidentReport
public static void checkForIncidentReport(org.openqa.selenium.WebDriver driver,
String locator,
String message)
createAndStartService
public static org.openqa.selenium.chrome.ChromeDriverService createAndStartService()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.