Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.webpage.WebPage
-
Uses of WebPage in org.uitnet.testing.smartfwk.ui.core
Fields in org.uitnet.testing.smartfwk.ui.core declared as WebPage Modifier and Type Field Description protected WebPageAbstractUITestHelper. initWebPageMethods in org.uitnet.testing.smartfwk.ui.core that return WebPage Modifier and Type Method Description WebPageAbstractUITestHelper. getInitWebPage()Returns the base web page associated with the test class. -
Uses of WebPage in org.uitnet.testing.smartfwk.ui.core.actions
Methods in org.uitnet.testing.smartfwk.ui.core.actions that return WebPage Modifier and Type Method Description WebPageInputActions. getExpectedWebPage()This method returns the expected page title only.WebPageInputActions. getWebPage()Methods in org.uitnet.testing.smartfwk.ui.core.actions with parameters of type WebPage Modifier and Type Method Description voidInputActions. setWebPage(WebPage webPage)Constructors in org.uitnet.testing.smartfwk.ui.core.actions with parameters of type WebPage Constructor Description InputActions(String name, WebPage webPage) -
Uses of WebPage in org.uitnet.testing.smartfwk.ui.core.objects.tab
Methods in org.uitnet.testing.smartfwk.ui.core.objects.tab with parameters of type WebPage Modifier and Type Method Description abstract voidTabSheetValidator. validateDisabledTabs(WebPage webPage, ItemSet<String> disabledTabNames, int numRetries)abstract voidTabSheetValidator. validateEnabledTabsOnTabSheet(WebPage webPage, int numRetries)abstract voidTabSheetValidator. validateSelectedTab(WebPage webPage, String expectedSelectedTabName, int numRetries)abstract voidTabSheetValidator. validateTabsPresent(WebPage webPage, ItemSet<String> allTabNames, int numRetries) -
Uses of WebPage in org.uitnet.testing.smartfwk.ui.core.objects.webpage
Methods in org.uitnet.testing.smartfwk.ui.core.objects.webpage that return WebPage Modifier and Type Method Description WebPageWebPage. clone()WebPageWebPageValidator. getUIObject()Methods in org.uitnet.testing.smartfwk.ui.core.objects.webpage with parameters of type WebPage Modifier and Type Method Description voidWebPageValidator. setComponent(WebPage component)Constructors in org.uitnet.testing.smartfwk.ui.core.objects.webpage with parameters of type WebPage Constructor Description WebPageValidator(WebBrowser browser, WebPage element)