|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebPage | |
---|---|
com.ibm.team.fvt.tests.scenario | |
com.ibm.team.fvt.tests.web |
Uses of WebPage in com.ibm.team.fvt.tests.scenario |
---|
Classes in com.ibm.team.fvt.tests.scenario with type parameters of type WebPage | |
---|---|
class |
ScenarioWorkaround<P extends WebPage>
Manage workaround applied when running a scenario. |
Methods in com.ibm.team.fvt.tests.scenario that return WebPage | |
---|---|
WebPage |
ScenarioRun.getPage()
Return the current page. |
Methods in com.ibm.team.fvt.tests.scenario with parameters of type WebPage | |
---|---|
void |
ScenarioRun.setPage(WebPage page)
Set the current scenario page. |
Uses of WebPage in com.ibm.team.fvt.tests.web |
---|
Classes in com.ibm.team.fvt.tests.web with type parameters of type WebPage | |
---|---|
class |
WebHover<P extends WebPage>
Abstract class for any window opened as a simple hover in a browser page. |
class |
WebRichHover<P extends WebPage>
Abstract class for any window opened as a rich hover in a browser page. |
Subclasses of WebPage in com.ibm.team.fvt.tests.web | |
---|---|
class |
LoginPage
The class to handle login operation while accessing a web page. |
Methods in com.ibm.team.fvt.tests.web with type parameters of type WebPage | ||
---|---|---|
|
WebPage.checkHoverTitle(WebBrowserElement linkElement,
java.lang.Class<P> hoverClass)
Check the hover title of the given link element. |
|
|
WebPage.checkRichHover(WebBrowserElement linkElement,
java.lang.Class<RH> richHoverClass,
java.lang.String... data)
Check the rich hover of the given link element. |
|
static
|
WebPage.openPage(java.lang.String location,
Config config,
User user,
java.lang.Class<P> pageClass,
java.lang.String... data)
Retrieve the existing page for the given location. |
|
|
WebPage.richHoverOverLink(WebBrowserElement linkElement,
java.lang.Class<RH> richHoverClass,
java.lang.String... additionalData)
Perform a mouse hovering over the given link element. |
Methods in com.ibm.team.fvt.tests.web that return WebPage | |
---|---|
WebPage |
WebPage.get()
Get the page content. |
static WebPage |
WebPage.getPage(java.lang.String location)
Get from the cache the page instance for the given location. |
WebPage |
WebPage.goBack()
Move back a single "item" in the browser's history. |
static WebPage |
WebPage.openPage(java.lang.String location)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |