edu.samplu.common
Class WebDriverLegacyITBase

java.lang.Object
  extended by edu.samplu.common.WebDriverLegacyITBase
Direct Known Subclasses:
AgendaEditRuleRefreshLegacyIT, AttributeDefinitionLookUpLegacyIT, CategoryLookUpLegacyIT, ClientErrorsLegacyIT, CollectionsLegacyIT, CollectionTotallingLegacyIT, ConfigNameSpaceWDIT, ConfigurationTestViewLegacyIT, ContraintsLegacyIT, CreateSampleEDocLiteLegacyIT, DeleteSubCollectionLineLegacyIT, DocSearchLegacyIT, DocSearchToAnotherViewLegacyIT, IdentityPersonRoleWDIT, IdentityPersonWDIT, IdentityRoleLegacyIT, IdentityRoleWDIT, InquiryLegacyIT, InvalidUserNameIT, LoginLogoutLegacyIT, MaintenanceAddDeleteFiscalOfficerWDIT, MenuLegacyITBase, MultipleLoginLogoutLegacyIT, ParentLineLegacyIT, ReferenceCampusTypeLegacyIT, RichMessagesValidationLegacyIT, ServerErrorsLegacyIT, ServerInfoLegacyIT, ServerWarningsLegacyIT, TravelAccountLookupLegacyIT, TravelAccountTypeLookupLegacyIT, UIFComponentValidationRegexPatternLegacyIT, UifDataAttributesLegacyIT, UifTooltipLegacyIT, ValidCharsConstraintLegacyIT, WorkFlowDocTypeLegacyIT, 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 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.  
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 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 testCancelConfirmation()
          Deprecated.  
protected  void testCreateNewSearchReturnValueCancelConfirmation()
          Deprecated.  
protected  void testSearchEditCancel()
          Deprecated.  
protected  void testVerifyAddDeleteFiscalOfficerLegacy()
          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. 


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