|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.samplu.common.UpgradedSeleniumITBase
public abstract class UpgradedSeleniumITBase
Field Summary | |
---|---|
protected org.openqa.selenium.WebDriver |
driver
Deprecated. |
Constructor Summary | |
---|---|
UpgradedSeleniumITBase()
Deprecated. |
Method Summary | |
---|---|
protected void |
assertDocFinal(String docId)
Deprecated. |
protected void |
assertElementPresent(String locator)
Deprecated. |
protected void |
assertTextPresent(String text)
Deprecated. |
protected void |
assertTextPresent(String message,
String text)
Deprecated. |
protected void |
blanketApproveTest()
Deprecated. |
protected void |
check(String locator)
Deprecated. |
protected void |
checkErrorMessageItem(String message)
Deprecated. |
protected void |
checkForIncidentReport(String locator)
Deprecated. |
protected void |
checkForIncidentReport(String locator,
String message)
Deprecated. |
protected void |
chooseCancelOnNextConfirmation()
Deprecated. |
protected void |
close()
Deprecated. |
protected void |
colapseExpand(String clickLocator,
String visibleLocator)
Deprecated. |
protected void |
expandColapse(String clickLocator,
String visibleLocator)
Deprecated. |
protected void |
fireEvent(String locator,
String event)
Deprecated. |
protected void |
focus(String locator)
Deprecated. |
protected void |
focusAndType(String fieldLocator,
String typeText)
Deprecated. |
protected String[] |
getAllWindowTitles()
Deprecated. |
protected String |
getAttribute(String attributeLocator)
Deprecated. |
protected String |
getBaseUrlString()
Deprecated. |
protected String |
getConfirmation()
Deprecated. |
protected Number |
getCssCount(String cssCountRows)
Deprecated. |
protected String |
getEval(String script)
Deprecated. |
protected String |
getLocation()
Deprecated. |
protected String |
getSelectedLabel(String locator)
Deprecated. |
protected String[] |
getSelectOptions(String locator)
Deprecated. |
abstract String |
getTestUrl()
Deprecated. Returns the URL to be used with this test |
protected String |
getText(String locator)
Deprecated. |
protected String |
getTitle()
Deprecated. |
String |
getUserName()
Deprecated. Override in test to define a user other than admin |
protected String |
getValue(String locator)
Deprecated. |
protected boolean |
isElementPresent(String locator)
Deprecated. |
protected boolean |
isTextPresent(String locator)
Deprecated. |
protected boolean |
isVisible(String locator)
Deprecated. |
protected void |
keyDown(String locator,
String key)
Deprecated. |
protected void |
keyPress(String locator,
String key)
Deprecated. |
protected void |
keyUp(String locator,
String key)
Deprecated. |
protected void |
mouseOut(String locator)
Deprecated. |
protected void |
mouseOver(String locator)
Deprecated. |
protected void |
open(String url)
Deprecated. |
protected void |
removeAllSelections(String locator)
Deprecated. |
protected void |
select(String locator,
String select)
Deprecated. |
protected void |
selectFrame(String frameName)
Deprecated. |
protected void |
selectWindow(String windowName)
Deprecated. |
protected void |
setSpeed(String speed)
Deprecated. |
void |
setUp()
Deprecated. |
void |
tearDown()
Deprecated. Useful to set -Dremote.driver.dontTearDown=f -Dremote.driver.dontTearDown=n to not shutdown the browser when working on tests. |
protected void |
uncheck(String locator)
Deprecated. |
protected void |
waitAndClick(String locator)
Deprecated. |
protected void |
waitAndClick(String locator,
String message)
Deprecated. |
protected void |
waitAndType(String elementLocator,
String text)
Deprecated. |
protected void |
waitAndType(String elementLocator,
String text,
String message)
Deprecated. |
protected String |
waitForDocId()
Deprecated. |
protected void |
waitForElementPresent(String locator)
Deprecated. |
protected void |
waitForElementPresent(String locator,
String message)
Deprecated. |
protected void |
waitForElementVisible(String locator,
String message)
Deprecated. |
protected void |
waitForPageToLoad()
Deprecated. |
protected void |
waitForPageToLoad(String number)
Deprecated. |
protected void |
waitForPageToLoad50000()
Deprecated. |
protected void |
waitForTitleToEqualKualiPortalIndex()
Deprecated. |
protected void |
waitForTitleToEqualKualiPortalIndex(String message)
Deprecated. |
protected void |
waitIsVisible(String visibleLocator)
Deprecated. |
protected void |
waitNotVisible(String visibleLocator)
Deprecated. |
protected void |
windowFocus()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.openqa.selenium.WebDriver driver
Constructor Detail |
---|
public UpgradedSeleniumITBase()
Method Detail |
---|
protected String getBaseUrlString()
public abstract String getTestUrl()
public String getUserName()
public void setUp() throws Exception
Exception
protected void assertDocFinal(String docId)
protected void assertElementPresent(String locator)
protected void assertTextPresent(String text)
protected void assertTextPresent(String message, String text)
protected void blanketApproveTest() throws InterruptedException
InterruptedException
protected void close()
protected void check(String locator)
protected void checkErrorMessageItem(String message)
protected void checkForIncidentReport(String locator)
protected void checkForIncidentReport(String locator, String message)
protected void chooseCancelOnNextConfirmation()
protected void colapseExpand(String clickLocator, String visibleLocator) throws InterruptedException
InterruptedException
protected void expandColapse(String clickLocator, String visibleLocator) throws InterruptedException
InterruptedException
protected void fireEvent(String locator, String event)
protected void focus(String locator)
protected void focusAndType(String fieldLocator, String typeText)
protected String[] getAllWindowTitles()
protected String getAttribute(String attributeLocator)
protected String getConfirmation()
protected Number getCssCount(String cssCountRows)
protected String getSelectedLabel(String locator)
protected String[] getSelectOptions(String locator)
protected String getEval(String script)
protected String getLocation()
protected String getText(String locator)
protected String getTitle()
protected String getValue(String locator)
protected boolean isElementPresent(String locator)
protected boolean isTextPresent(String locator)
protected boolean isVisible(String locator)
protected void keyDown(String locator, String key)
protected void keyPress(String locator, String key)
protected void keyUp(String locator, String key)
protected void mouseOver(String locator)
protected void mouseOut(String locator)
protected void open(String url)
protected void removeAllSelections(String locator)
protected void select(String locator, String select)
protected void selectFrame(String frameName)
protected void setSpeed(String speed)
protected void selectWindow(String windowName)
protected void uncheck(String locator)
protected void waitAndClick(String locator) throws InterruptedException
InterruptedException
protected void waitAndClick(String locator, String message) throws InterruptedException
InterruptedException
protected String waitForDocId() throws InterruptedException
InterruptedException
protected void waitAndType(String elementLocator, String text) throws InterruptedException
InterruptedException
protected void waitAndType(String elementLocator, String text, String message) throws InterruptedException
InterruptedException
protected void waitNotVisible(String visibleLocator) throws InterruptedException
InterruptedException
protected void waitIsVisible(String visibleLocator) throws InterruptedException
InterruptedException
protected void waitForElementPresent(String locator) throws InterruptedException
InterruptedException
protected void waitForElementPresent(String locator, String message) throws InterruptedException
InterruptedException
protected void waitForElementVisible(String locator, String message) throws InterruptedException
InterruptedException
protected void waitForPageToLoad()
protected void waitForPageToLoad50000()
protected void waitForPageToLoad(String number)
protected void waitForTitleToEqualKualiPortalIndex() throws InterruptedException
InterruptedException
protected void waitForTitleToEqualKualiPortalIndex(String message) throws InterruptedException
InterruptedException
protected void windowFocus()
public void tearDown() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |