edu.samplu.common
Class WebDriverLegacyITBase

java.lang.Object
  extended by edu.samplu.common.WebDriverLegacyITBase
Direct Known Subclasses:
AgendaEditRuleRefreshNavIT, AgendaEditRuleRefreshWDIT, AgendaLookUpWDIT, AttributeDefinitionLookUpLegacyIT, AttributeDefinitionLookUpWDIT, CategoryLookUpLegacyIT, ClientErrorsLegacyIT, CollectionsLegacyIT, CollectionTotallingLegacyIT, ConfigNameSpaceBlanketAppWDIT, ConfigNameSpaceWDIT, ConfigParameterBlanketAppWDIT, ConfigParameterTypeWDIT, ConfigParameterWDIT, ConfigurationTestViewLegacyIT, ContextLookUpWDIT, ContraintsLegacyIT, CreateDocTypeWDIT, CreateNewAgendaWDIT, CreateSampleEDocLiteLegacyIT, DeleteSubCollectionLineLegacyIT, DocSearchLegacyIT, DocSearchToAnotherViewLegacyIT, IdentityGroupBlanketAppWDIT, IdentityGroupWDIT, IdentityPermissionBlanketAppWDIT, IdentityPermissionWDIT, IdentityPersonBlanketAppWDIT, IdentityPersonRoleWDIT, IdentityPersonWDIT, IdentityResponsibilityBlanketAppWDIT, IdentityResponsibilityWDIT, IdentityRoleBlanketAppWDIT, IdentityRoleLegacyIT, IdentityRoleWDIT, InquiryLegacyIT, InvalidUserNameIT, LocationCampusBlanketAppWDIT, LocationCampusWDIT, LocationCountryBlanketAppWDIT, LocationCountryWDIT, LocationCountyBlanketAppWDIT, LocationCountyWDIT, LocationPostCodeBlanketAppWDIT, LocationPostCodeWDIT, LocationStateBlanketAppWDIT, LocationStateWDIT, LoginLogoutLegacyIT, MaintenanceAddDeleteFiscalOfficerWDIT, MaintenanceAddDeleteNoteWDIT, MaintenanceAdHocRecipientsWDIT, MaintenanceButtonsWDIT, MaintenanceConstraintTextWDIT, MaintenanceDisclosuresWDIT, MaintenanceDocumentOverviewWDIT, MaintenanceExpandCollapseWDIT, MaintenanceFieldsWDIT, MaintenanceHeaderWDIT, MaintenanceLookupAddMultipleLinesWDIT, MaintenanceNotesAndAttachmentsWDIT, MaintenanceQuickfinderIconsWDIT, MaintenanceRouteLogWDIT, MaintenanceSaveWDIT, MaintenanceSubsidizedPercentWatermarkWDIT, MenuLegacyITBase, MultipleLoginLogoutLegacyIT, ParentLineLegacyIT, PeopleFlowCreateNewWDIT, ReferenceCampusTypeBlanketAppWDIT, ReferenceCampusTypeLegacyIT, ReferenceCampusTypeWDIT, RichMessagesValidationLegacyIT, ServerErrorsLegacyIT, ServerInfoLegacyIT, ServerWarningsLegacyIT, TermSpecificationLookUpWDIT, TravelAccountLookupLegacyIT, TravelAccountTypeLookupLegacyIT, UIFComponentValidationRegexPatternLegacyIT, UifDataAttributesLegacyIT, UifTooltipLegacyIT, ValidCharsConstraintLegacyIT, WorkFlowDocTypeBlanketAppWDIT, WorkFlowDocTypeLegacyIT, WorkFlowDocTypeWDIT, WorkFlowRouteRulesBlanketAppLegacyIT, WorkFlowRouteRulesDelegationLegacyIT, WorkFlowRouteRulesLegacyIT

Deprecated. Use WebDriverITBase for new tests.

public abstract class WebDriverLegacyITBase
extends Object

Class to upgrade UpgradedSeleniumITBase tests to WebDriver.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static int DEFAULT_WAIT_SEC
          Deprecated.  
protected  org.openqa.selenium.WebDriver driver
          Deprecated.  
protected  boolean passed
          Deprecated.  
static String REMOTE_PUBLIC_USER_PROPERTY
          Deprecated.  
static String REMOTE_PUBLIC_USERPOOL_PROPERTY
          Deprecated.  
 org.junit.rules.TestName testName
          Deprecated.  
protected  String user
          Deprecated.  
 
Constructor Summary
WebDriverLegacyITBase()
          Deprecated.  
 
Method Summary
protected  void agendaLookupAssertions()
          Deprecated.  
protected  void assertBlanketApproveButtonsPresent()
          Deprecated.  
protected  void assertDocFinal(String docId)
          Deprecated.  
protected  void assertElementPresent(String locator)
          Deprecated.  
protected  void assertElementPresentByLinkText(String linkText)
          Deprecated.  
protected  void assertElementPresentByName(String name)
          Deprecated.  
protected  void assertElementPresentByName(String name, String message)
          Deprecated.  
protected  void assertElementPresentByXpath(String locator)
          Deprecated.  
protected  void assertElementPresentByXpath(String locator, String message)
          Deprecated.  
protected  void assertTextPresent(String text)
          Deprecated.  
protected  void assertTextPresent(String text, String message)
          Deprecated.  
protected  void blanketApproveTest()
          Deprecated.  
protected  void check(org.openqa.selenium.By by)
          Deprecated.  
protected  void checkByName(String name)
          Deprecated.  
protected  void checkByXpath(String locator)
          Deprecated.  
protected  void checkErrorMessageItem(String message)
          Deprecated.  
protected  void checkForIncidentReport()
          Deprecated.  
protected  void checkForIncidentReport(String locator)
          Deprecated.  
protected  void checkForIncidentReport(String locator, String message)
          Deprecated.  
protected  void clearText(org.openqa.selenium.By by)
          Deprecated.  
protected  void clearText(String selector)
          Deprecated.  
protected  void clearTextByName(String name)
          Deprecated.  
protected  void clearTextByXpath(String locator)
          Deprecated.  
protected  void close()
          Deprecated.  
protected  void colapseExpandByXpath(String clickLocator, String visibleLocator)
          Deprecated.  
protected  String configNameSpaceBlanketApprove()
          Deprecated.  
protected  void contextLookupAssertions()
          Deprecated.  
static void createAndStartService()
          Deprecated.  
protected  void expandColapseByXpath(String clickLocator, String visibleLocator)
          Deprecated.  
protected  void fireEvent(String name, String event)
          Deprecated.  
protected  void fireEvent(String name, String value, String event)
          Deprecated.  
 void fireMouseOverEvent(org.openqa.selenium.By by)
          Deprecated.  
 void fireMouseOverEventByName(String name)
          Deprecated.  
 void fireMouseOverEventByXpath(String locator)
          Deprecated.  
 String[] getAllWindowTitles()
          Deprecated.  
protected  String getAttribute(org.openqa.selenium.By by, String attribute)
          Deprecated.  
protected  String getAttributeByName(String name, String attribute)
          Deprecated. Get value of any attribute by using element name
protected  String getAttributeByXpath(String locator, String attribute)
          Deprecated. Get value of any attribute by using element xpath
protected  String getBaseUrlString()
          Deprecated.  
protected  int getCssCount(org.openqa.selenium.By by)
          Deprecated.  
protected  int getCssCount(String selector)
          Deprecated.  
protected  String getHTML(String urlToRead)
          Deprecated.  
protected  String[] getSelectOptions(org.openqa.selenium.By by)
          Deprecated.  
protected  String[] getSelectOptionsByName(String name)
          Deprecated.  
protected  String[] getSelectOptionsByXpath(String locator)
          Deprecated.  
 String getSessionId()
          Deprecated.  
abstract  String getTestUrl()
          Deprecated.  
protected  String getText(org.openqa.selenium.By by)
          Deprecated.  
protected  String getText(String locator)
          Deprecated.  
protected  String getTextByName(String name)
          Deprecated.  
protected  String getTextByXpath(String locator)
          Deprecated.  
protected  String getTitle()
          Deprecated.  
 String getUserName()
          Deprecated. Override in test to define a user other than admin
protected  void gotoNestedFrame()
          Deprecated. Handles simple nested frame content; validates that a frame and nested frame exists before switching to it
protected  boolean isElementPresent(org.openqa.selenium.By by)
          Deprecated.  
protected  boolean isElementPresent(String locator)
          Deprecated.  
protected  boolean isElementPresentByLinkText(String locator)
          Deprecated.  
protected  boolean isElementPresentByName(String name)
          Deprecated.  
protected  boolean isElementPresentByXpath(String locator)
          Deprecated.  
protected  Boolean isTextPresent(String text)
          Deprecated.  
protected  boolean isVisible(org.openqa.selenium.By by)
          Deprecated.  
protected  boolean isVisible(String locator)
          Deprecated.  
protected  boolean isVisibleByXpath(String locator)
          Deprecated.  
protected  void open(String url)
          Deprecated.  
protected  void passed()
          Deprecated.  
protected  void select(org.openqa.selenium.By by, String selectText)
          Deprecated.  
protected  void selectByName(String name, String selectText)
          Deprecated.  
protected  void selectByXpath(String locator, String selectText)
          Deprecated.  
protected  void selectFrame(String locator)
          Deprecated.  
protected  void selectOption(org.openqa.selenium.By by, String optionValue)
          Deprecated.  
protected  void selectOptionByName(String name, String optionValue)
          Deprecated.  
protected  void selectOptionByXpath(String locator, String optionValue)
          Deprecated.  
protected  void selectTopFrame()
          Deprecated.  
protected  void selectWindow(String locator)
          Deprecated.  
 void setUp()
          Deprecated. Setup the WebDriver test, login and load the tested web page
 void switchToWindow(String title)
          Deprecated.  
 void tearDown()
          Deprecated.  
protected  void testAgendaEditRuleRefreshIT()
          Deprecated.  
protected  void testAttributeDefinitionLookUp()
          Deprecated.  
protected  void testCancelConfirmation()
          Deprecated.  
protected  void testConfigNamespaceBlanketApprove()
          Deprecated.  
protected  void testConfigParamaterBlanketApprove()
          Deprecated.  
protected  void testCreateDocType()
          Deprecated.  
protected  void testCreateNewAgenda()
          Deprecated.  
protected  void testCreateNewCancel()
          Deprecated.  
protected  void testCreateNewSearchReturnValueCancelConfirmation()
          Deprecated.  
protected  void testIdentityGroupBlanketApprove()
          Deprecated.  
protected  void testIdentityPermissionBlanketApprove()
          Deprecated.  
protected  void testIdentityPersonBlanketApprove()
          Deprecated.  
protected  void testIdentityResponsibilityBlanketApprove()
          Deprecated.  
protected  void testIdentityRoleBlanketApprove()
          Deprecated.  
protected  void testLocationCampusBlanketApprove()
          Deprecated.  
protected  void testLocationCountryBlanketApprove()
          Deprecated.  
protected  void testLocationCountyBlanketApprove()
          Deprecated.  
protected  void testLocationPostBlanketApprove()
          Deprecated.  
protected  void testLocationStateBlanketApprove()
          Deprecated.  
protected  void testPeopleFlow()
          Deprecated.  
protected  void testReferenceCampusTypeBlanketApprove()
          Deprecated.  
protected  void testSearchEditCancel()
          Deprecated.  
protected  void testTermLookupAssertions()
          Deprecated.  
protected  void testTermSpecificationLookupAssertions()
          Deprecated.  
protected  void testVerifyAddDeleteFiscalOfficerLegacy()
          Deprecated.  
protected  void testVerifyAddDeleteNoteLegacy()
          Deprecated.  
protected  void testVerifyAdHocRecipientsLegacy()
          Deprecated.  
protected  void testVerifyButtonsLegacy()
          Deprecated.  
protected  void testVerifyConstraintText()
          Deprecated.  
protected  void testVerifyDisclosures()
          Deprecated.  
protected  void testVerifyDocumentOverviewLegacy()
          Deprecated.  
protected  void testVerifyExpandCollapse()
          Deprecated.  
protected  void testVerifyFieldsLegacy()
          Deprecated.  
protected  void testVerifyHeaderFieldsLegacy()
          Deprecated.  
protected  void testVerifyLookupAddMultipleLinesLegacy()
          Deprecated.  
protected  void testVerifyNotesAndAttachments()
          Deprecated.  
protected  void testVerifyQuickfinderIconsLegacy()
          Deprecated.  
protected  void testVerifyRouteLog()
          Deprecated.  
protected  void testVerifySave()
          Deprecated.  
protected  void testVerifySubsidizedPercentWatermarkLegacy()
          Deprecated.  
protected  void testWorkFlowDocTypeBlanketApprove()
          Deprecated.  
protected  void uncheck(org.openqa.selenium.By by)
          Deprecated.  
protected  void uncheckByName(String name)
          Deprecated.  
protected  void uncheckByXpath(String locator)
          Deprecated.  
protected  void waitAndCancelConfirmation()
          Deprecated.  
protected  void waitAndClick(org.openqa.selenium.By by)
          Deprecated.  
protected  void waitAndClick(org.openqa.selenium.By by, String message)
          Deprecated.  
protected  void waitAndClick(String locator)
          Deprecated.  
protected  void waitAndClick(String locator, String message)
          Deprecated.  
protected  void waitAndClickByLinkText(String text)
          Deprecated.  
protected  void waitAndClickByLinkText(String text, String message)
          Deprecated.  
protected  void waitAndClickByName(String name)
          Deprecated.  
protected  void waitAndClickByName(String name, String message)
          Deprecated.  
protected  void waitAndClickByXpath(String xpath)
          Deprecated.  
protected  void waitAndClickByXpath(String xpath, String message)
          Deprecated.  
protected  void waitAndCreateNew()
          Deprecated.  
protected  void waitAndEdit()
          Deprecated.  
protected  void waitAndReturnValue()
          Deprecated.  
protected  void waitAndSearch()
          Deprecated.  
protected  void waitAndType(org.openqa.selenium.By by, String text)
          Deprecated.  
protected  void waitAndType(org.openqa.selenium.By by, String text, String message)
          Deprecated.  
protected  void waitAndType(String selector, String text)
          Deprecated.  
protected  void waitAndTypeByName(String name, String text)
          Deprecated.  
protected  void waitAndTypeByXpath(String locator, String text)
          Deprecated.  
protected  void waitAndTypeByXpath(String locator, String text, String message)
          Deprecated.  
protected  void waitFor(org.openqa.selenium.By by)
          Deprecated.  
protected  void waitFor(org.openqa.selenium.By by, String message)
          Deprecated.  
protected  String waitForDocId()
          Deprecated.  
protected  void waitForElementPresent(String locator)
          Deprecated.  
protected  void waitForElementPresentByName(String name)
          Deprecated.  
protected  void waitForElementPresentByXpath(String locator)
          Deprecated.  
protected  void waitForElementVisible(String elementLocator, String message)
          Deprecated.  
protected  void waitForPageToLoad()
          Deprecated.  
protected  void waitForTitleToEqualKualiPortalIndex()
          Deprecated.  
protected  void waitForTitleToEqualKualiPortalIndex(String message)
          Deprecated.  
protected  void waitIsVisible(org.openqa.selenium.By by)
          Deprecated.  
protected  void waitIsVisible(String locator)
          Deprecated.  
protected  void waitIsVisibleByXpath(String locator)
          Deprecated.  
protected  void waitNotVisible(org.openqa.selenium.By by)
          Deprecated.  
protected  void waitNotVisibleByXpath(String locator)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WAIT_SEC

public static final int DEFAULT_WAIT_SEC
Deprecated. 
See Also:
Constant Field Values

REMOTE_PUBLIC_USERPOOL_PROPERTY

public static final String REMOTE_PUBLIC_USERPOOL_PROPERTY
Deprecated. 
See Also:
Constant Field Values

REMOTE_PUBLIC_USER_PROPERTY

public static final String REMOTE_PUBLIC_USER_PROPERTY
Deprecated. 
See Also:
Constant Field Values

driver

protected org.openqa.selenium.WebDriver driver
Deprecated. 

user

protected String user
Deprecated. 

passed

protected boolean passed
Deprecated. 

testName

public org.junit.rules.TestName testName
Deprecated. 
Constructor Detail

WebDriverLegacyITBase

public WebDriverLegacyITBase()
Deprecated. 
Method Detail

getTestUrl

public abstract String getTestUrl()
Deprecated. 

getSessionId

public String getSessionId()
Deprecated. 

createAndStartService

public static void createAndStartService()
                                  throws Exception
Deprecated. 
Throws:
Exception

setUp

public void setUp()
           throws Exception
Deprecated. 
Setup the WebDriver test, login and load the tested web page

Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Deprecated. 
Throws:
Exception

getHTML

protected String getHTML(String urlToRead)
Deprecated. 

passed

protected void passed()
Deprecated. 

assertElementPresentByName

protected void assertElementPresentByName(String name)
Deprecated. 

assertElementPresentByName

protected void assertElementPresentByName(String name,
                                          String message)
Deprecated. 

assertElementPresentByXpath

protected void assertElementPresentByXpath(String locator)
Deprecated. 

assertElementPresentByXpath

protected void assertElementPresentByXpath(String locator,
                                           String message)
Deprecated. 

assertElementPresentByLinkText

protected void assertElementPresentByLinkText(String linkText)
Deprecated. 

assertElementPresent

protected void assertElementPresent(String locator)
Deprecated. 

assertTextPresent

protected void assertTextPresent(String text)
Deprecated. 

assertTextPresent

protected void assertTextPresent(String text,
                                 String message)
Deprecated. 

blanketApproveTest

protected void blanketApproveTest()
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

checkForIncidentReport

protected void checkForIncidentReport()
Deprecated. 

checkForIncidentReport

protected void checkForIncidentReport(String locator)
Deprecated. 

checkForIncidentReport

protected void checkForIncidentReport(String locator,
                                      String message)
Deprecated. 

clearText

protected void clearText(org.openqa.selenium.By by)
                  throws InterruptedException
Deprecated. 
Throws:
InterruptedException

clearText

protected void clearText(String selector)
                  throws InterruptedException
Deprecated. 
Throws:
InterruptedException

clearTextByName

protected void clearTextByName(String name)
                        throws InterruptedException
Deprecated. 
Throws:
InterruptedException

clearTextByXpath

protected void clearTextByXpath(String locator)
                         throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getAttribute

protected String getAttribute(org.openqa.selenium.By by,
                              String attribute)
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getAttributeByName

protected String getAttributeByName(String name,
                                    String attribute)
                             throws InterruptedException
Deprecated. 
Get value of any attribute by using element name

Parameters:
name - name of an element
attribute - the name of an attribute whose value is to be retrieved
Throws:
InterruptedException

getAttributeByXpath

protected String getAttributeByXpath(String locator,
                                     String attribute)
                              throws InterruptedException
Deprecated. 
Get value of any attribute by using element xpath

Parameters:
locator - locating mechanism of an element
attribute - the name of an attribute whose value is to be retrieved
Throws:
InterruptedException

getBaseUrlString

protected String getBaseUrlString()
Deprecated. 

getText

protected String getText(org.openqa.selenium.By by)
                  throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getTextByName

protected String getTextByName(String name)
                        throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getText

protected String getText(String locator)
                  throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getTextByXpath

protected String getTextByXpath(String locator)
                         throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getTitle

protected String getTitle()
Deprecated. 

getUserName

public String getUserName()
Deprecated. 
Override in test to define a user other than admin

Returns:

gotoNestedFrame

protected void gotoNestedFrame()
Deprecated. 
Handles simple nested frame content; validates that a frame and nested frame exists before switching to it


isElementPresent

protected boolean isElementPresent(org.openqa.selenium.By by)
Deprecated. 

isElementPresent

protected boolean isElementPresent(String locator)
Deprecated. 

isElementPresentByName

protected boolean isElementPresentByName(String name)
Deprecated. 

isElementPresentByXpath

protected boolean isElementPresentByXpath(String locator)
Deprecated. 

isElementPresentByLinkText

protected boolean isElementPresentByLinkText(String locator)
Deprecated. 

open

protected void open(String url)
Deprecated. 

selectFrame

protected void selectFrame(String locator)
Deprecated. 

selectTopFrame

protected void selectTopFrame()
Deprecated. 

selectWindow

protected void selectWindow(String locator)
Deprecated. 

close

protected void close()
Deprecated. 

testCancelConfirmation

protected void testCancelConfirmation()
                               throws InterruptedException
Deprecated. 
Throws:
InterruptedException

testCreateNewSearchReturnValueCancelConfirmation

protected void testCreateNewSearchReturnValueCancelConfirmation()
                                                         throws InterruptedException,
                                                                Exception
Deprecated. 
Throws:
InterruptedException
Exception

testSearchEditCancel

protected void testSearchEditCancel()
                             throws InterruptedException
Deprecated. 
Throws:
InterruptedException

testVerifyAddDeleteFiscalOfficerLegacy

protected void testVerifyAddDeleteFiscalOfficerLegacy()
                                               throws Exception
Deprecated. 
Throws:
Exception

waitAndCancelConfirmation

protected void waitAndCancelConfirmation()
                                  throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndCreateNew

protected void waitAndCreateNew()
                         throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndEdit

protected void waitAndEdit()
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndReturnValue

protected void waitAndReturnValue()
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndSearch

protected void waitAndSearch()
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForDocId

protected String waitForDocId()
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementPresent

protected void waitForElementPresent(String locator)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementPresentByXpath

protected void waitForElementPresentByXpath(String locator)
                                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementPresentByName

protected void waitForElementPresentByName(String name)
                                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForTitleToEqualKualiPortalIndex

protected void waitForTitleToEqualKualiPortalIndex()
                                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForTitleToEqualKualiPortalIndex

protected void waitForTitleToEqualKualiPortalIndex(String message)
                                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClick

protected void waitAndClick(String locator)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForPageToLoad

protected void waitForPageToLoad()
Deprecated. 

waitFor

protected void waitFor(org.openqa.selenium.By by)
                throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitFor

protected void waitFor(org.openqa.selenium.By by,
                       String message)
                throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClick

protected void waitAndClick(org.openqa.selenium.By by)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClick

protected void waitAndClick(org.openqa.selenium.By by,
                            String message)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClick

protected void waitAndClick(String locator,
                            String message)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByLinkText

protected void waitAndClickByLinkText(String text)
                               throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByLinkText

protected void waitAndClickByLinkText(String text,
                                      String message)
                               throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByName

protected void waitAndClickByName(String name)
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByXpath

protected void waitAndClickByXpath(String xpath)
                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByName

protected void waitAndClickByName(String name,
                                  String message)
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndClickByXpath

protected void waitAndClickByXpath(String xpath,
                                   String message)
                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndType

protected void waitAndType(org.openqa.selenium.By by,
                           String text)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndType

protected void waitAndType(org.openqa.selenium.By by,
                           String text,
                           String message)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndType

protected void waitAndType(String selector,
                           String text)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndTypeByXpath

protected void waitAndTypeByXpath(String locator,
                                  String text)
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndTypeByXpath

protected void waitAndTypeByXpath(String locator,
                                  String text,
                                  String message)
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitAndTypeByName

protected void waitAndTypeByName(String name,
                                 String text)
                          throws InterruptedException
Deprecated. 
Throws:
InterruptedException

selectByXpath

protected void selectByXpath(String locator,
                             String selectText)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

selectByName

protected void selectByName(String name,
                            String selectText)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

select

protected void select(org.openqa.selenium.By by,
                      String selectText)
               throws InterruptedException
Deprecated. 
Throws:
InterruptedException

selectOptionByName

protected void selectOptionByName(String name,
                                  String optionValue)
                           throws InterruptedException
Deprecated. 
Throws:
InterruptedException

selectOptionByXpath

protected void selectOptionByXpath(String locator,
                                   String optionValue)
                            throws InterruptedException
Deprecated. 
Throws:
InterruptedException

selectOption

protected void selectOption(org.openqa.selenium.By by,
                            String optionValue)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getSelectOptions

protected String[] getSelectOptions(org.openqa.selenium.By by)
                             throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getSelectOptionsByName

protected String[] getSelectOptionsByName(String name)
                                   throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getSelectOptionsByXpath

protected String[] getSelectOptionsByXpath(String locator)
                                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

getCssCount

protected int getCssCount(String selector)
Deprecated. 

getCssCount

protected int getCssCount(org.openqa.selenium.By by)
Deprecated. 

checkErrorMessageItem

protected void checkErrorMessageItem(String message)
Deprecated. 

isVisible

protected boolean isVisible(String locator)
Deprecated. 

isVisible

protected boolean isVisible(org.openqa.selenium.By by)
Deprecated. 

isVisibleByXpath

protected boolean isVisibleByXpath(String locator)
Deprecated. 

waitNotVisible

protected void waitNotVisible(org.openqa.selenium.By by)
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitNotVisibleByXpath

protected void waitNotVisibleByXpath(String locator)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitIsVisible

protected void waitIsVisible(org.openqa.selenium.By by)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitForElementVisible

protected void waitForElementVisible(String elementLocator,
                                     String message)
                              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitIsVisible

protected void waitIsVisible(String locator)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

waitIsVisibleByXpath

protected void waitIsVisibleByXpath(String locator)
                             throws InterruptedException
Deprecated. 
Throws:
InterruptedException

colapseExpandByXpath

protected void colapseExpandByXpath(String clickLocator,
                                    String visibleLocator)
                             throws InterruptedException
Deprecated. 
Throws:
InterruptedException

expandColapseByXpath

protected void expandColapseByXpath(String clickLocator,
                                    String visibleLocator)
                             throws InterruptedException
Deprecated. 
Throws:
InterruptedException

switchToWindow

public void switchToWindow(String title)
Deprecated. 

getAllWindowTitles

public String[] getAllWindowTitles()
Deprecated. 

check

protected void check(org.openqa.selenium.By by)
              throws InterruptedException
Deprecated. 
Throws:
InterruptedException

checkByName

protected void checkByName(String name)
                    throws InterruptedException
Deprecated. 
Throws:
InterruptedException

checkByXpath

protected void checkByXpath(String locator)
                     throws InterruptedException
Deprecated. 
Throws:
InterruptedException

uncheck

protected void uncheck(org.openqa.selenium.By by)
                throws InterruptedException
Deprecated. 
Throws:
InterruptedException

uncheckByName

protected void uncheckByName(String name)
                      throws InterruptedException
Deprecated. 
Throws:
InterruptedException

uncheckByXpath

protected void uncheckByXpath(String locator)
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

fireEvent

protected void fireEvent(String name,
                         String event)
Deprecated. 

fireEvent

protected void fireEvent(String name,
                         String value,
                         String event)
Deprecated. 

fireMouseOverEventByName

public void fireMouseOverEventByName(String name)
Deprecated. 

fireMouseOverEventByXpath

public void fireMouseOverEventByXpath(String locator)
Deprecated. 

fireMouseOverEvent

public void fireMouseOverEvent(org.openqa.selenium.By by)
Deprecated. 

isTextPresent

protected Boolean isTextPresent(String text)
Deprecated. 

testAgendaEditRuleRefreshIT

protected void testAgendaEditRuleRefreshIT()
                                    throws Exception
Deprecated. 
Throws:
Exception

assertBlanketApproveButtonsPresent

protected void assertBlanketApproveButtonsPresent()
Deprecated. 

assertDocFinal

protected void assertDocFinal(String docId)
                       throws InterruptedException
Deprecated. 
Throws:
InterruptedException

configNameSpaceBlanketApprove

protected String configNameSpaceBlanketApprove()
                                        throws Exception
Deprecated. 
Throws:
Exception

testConfigNamespaceBlanketApprove

protected void testConfigNamespaceBlanketApprove()
                                          throws Exception
Deprecated. 
Throws:
Exception

testConfigParamaterBlanketApprove

protected void testConfigParamaterBlanketApprove()
                                          throws Exception
Deprecated. 
Throws:
Exception

testCreateNewCancel

protected void testCreateNewCancel()
                            throws Exception
Deprecated. 
Throws:
Exception

testCreateDocType

protected void testCreateDocType()
                          throws Exception
Deprecated. 
Throws:
Exception

testIdentityGroupBlanketApprove

protected void testIdentityGroupBlanketApprove()
                                        throws Exception
Deprecated. 
Throws:
Exception

testIdentityPermissionBlanketApprove

protected void testIdentityPermissionBlanketApprove()
                                             throws Exception
Deprecated. 
Throws:
Exception

testIdentityPersonBlanketApprove

protected void testIdentityPersonBlanketApprove()
                                         throws Exception
Deprecated. 
Throws:
Exception

testIdentityResponsibilityBlanketApprove

protected void testIdentityResponsibilityBlanketApprove()
                                                 throws Exception
Deprecated. 
Throws:
Exception

testIdentityRoleBlanketApprove

protected void testIdentityRoleBlanketApprove()
                                       throws Exception
Deprecated. 
Throws:
Exception

testLocationCampusBlanketApprove

protected void testLocationCampusBlanketApprove()
                                         throws Exception
Deprecated. 
Throws:
Exception

testLocationCountryBlanketApprove

protected void testLocationCountryBlanketApprove()
                                          throws InterruptedException
Deprecated. 
Throws:
InterruptedException

testLocationCountyBlanketApprove

protected void testLocationCountyBlanketApprove()
                                         throws Exception
Deprecated. 
Throws:
Exception

testLocationPostBlanketApprove

protected void testLocationPostBlanketApprove()
                                       throws Exception
Deprecated. 
Throws:
Exception

testLocationStateBlanketApprove

protected void testLocationStateBlanketApprove()
                                        throws Exception
Deprecated. 
Throws:
Exception

testReferenceCampusTypeBlanketApprove

protected void testReferenceCampusTypeBlanketApprove()
                                              throws Exception
Deprecated. 
Throws:
Exception

testWorkFlowDocTypeBlanketApprove

protected void testWorkFlowDocTypeBlanketApprove()
                                          throws Exception
Deprecated. 
Throws:
Exception

testVerifyAddDeleteNoteLegacy

protected void testVerifyAddDeleteNoteLegacy()
                                      throws Exception
Deprecated. 
Throws:
Exception

testVerifyAdHocRecipientsLegacy

protected void testVerifyAdHocRecipientsLegacy()
                                        throws Exception
Deprecated. 
Throws:
Exception

testVerifyButtonsLegacy

protected void testVerifyButtonsLegacy()
                                throws Exception
Deprecated. 
Throws:
Exception

testVerifyConstraintText

protected void testVerifyConstraintText()
                                 throws Exception
Deprecated. 
Throws:
Exception

testVerifyDisclosures

protected void testVerifyDisclosures()
                              throws Exception
Deprecated. 
Throws:
Exception

testVerifyDocumentOverviewLegacy

protected void testVerifyDocumentOverviewLegacy()
                                         throws Exception
Deprecated. 
Throws:
Exception

testVerifyExpandCollapse

protected void testVerifyExpandCollapse()
                                 throws Exception
Deprecated. 
Throws:
Exception

testVerifyFieldsLegacy

protected void testVerifyFieldsLegacy()
                               throws Exception
Deprecated. 
Throws:
Exception

testVerifyHeaderFieldsLegacy

protected void testVerifyHeaderFieldsLegacy()
                                     throws Exception
Deprecated. 
Throws:
Exception

testVerifyLookupAddMultipleLinesLegacy

protected void testVerifyLookupAddMultipleLinesLegacy()
                                               throws Exception
Deprecated. 
Throws:
Exception

testVerifyNotesAndAttachments

protected void testVerifyNotesAndAttachments()
                                      throws Exception
Deprecated. 
Throws:
Exception

testVerifyQuickfinderIconsLegacy

protected void testVerifyQuickfinderIconsLegacy()
                                         throws Exception
Deprecated. 
Throws:
Exception

testVerifyRouteLog

protected void testVerifyRouteLog()
                           throws Exception
Deprecated. 
Throws:
Exception

testVerifySave

protected void testVerifySave()
                       throws Exception
Deprecated. 
Throws:
Exception

testVerifySubsidizedPercentWatermarkLegacy

protected void testVerifySubsidizedPercentWatermarkLegacy()
                                                   throws Exception
Deprecated. 
Throws:
Exception

agendaLookupAssertions

protected void agendaLookupAssertions()
                               throws Exception
Deprecated. 
Throws:
Exception

testAttributeDefinitionLookUp

protected void testAttributeDefinitionLookUp()
                                      throws Exception
Deprecated. 
Throws:
Exception

contextLookupAssertions

protected void contextLookupAssertions()
                                throws Exception
Deprecated. 
Throws:
Exception

testCreateNewAgenda

protected void testCreateNewAgenda()
                            throws Exception
Deprecated. 
Throws:
Exception

testPeopleFlow

protected void testPeopleFlow()
                       throws Exception
Deprecated. 
Throws:
Exception

testTermLookupAssertions

protected void testTermLookupAssertions()
                                 throws Exception
Deprecated. 
Throws:
Exception

testTermSpecificationLookupAssertions

protected void testTermSpecificationLookupAssertions()
                                              throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.