|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.core.pages.PageObject
net.thucydides.gwt.pages.GwtPageObject
public abstract class GwtPageObject
An extension of the Thucydides PageObject class providing extra features for GWT apps.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.thucydides.core.pages.PageObject |
|---|
net.thucydides.core.pages.PageObject.FieldEntry |
| Constructor Summary | |
|---|---|
GwtPageObject(org.openqa.selenium.WebDriver driver)
|
|
| Method Summary | |
|---|---|
GwtButton |
findButton(org.openqa.selenium.By byIdentifer)
Get a Gwt button using a Selenium identifier. |
GwtButton |
getButtonLabelled(String label)
Return a GWT Button widget with a given label. |
FileToUpload |
uploadFileFromFileSystem(String filename)
Upload a file using a fluent interface. |
FileToUpload |
uploadFileFromResourcePath(String filename)
Upload a file using a fluent interface. |
| Methods inherited from class net.thucydides.core.pages.PageObject |
|---|
addJQuerySupport, blurActiveElement, callWhenPageOpensMethods, clickOn, compatibleWithUrl, containsAllText, containsText, containsTextInElement, element, element, element, enter, evaluateJavascript, getClock, getDriver, getJavascriptExecutorFacade, getRenderedView, getSelectedLabelFrom, getSelectedOptionLabelsFrom, getSelectedOptionValuesFrom, getSelectedValueFrom, getTitle, hasFocus, isElementVisible, matchesAnyUrl, open, open, open, selectFromDropdown, selectMultipleItemsFromDropdown, setCheckbox, setDefaultBaseUrl, setPageUrls, setWaitForTimeout, shouldBeVisible, shouldBeVisible, shouldContainAllText, shouldContainText, shouldContainTextInElement, shouldNotBeVisible, shouldNotBeVisible, shouldNotContainTextInElement, thenReturnElementList, typeInto, updateUrlWithBaseUrlIfDefined, upload, waitABit, waitForAllTextToAppear, waitForAnyRenderedElementOf, waitForAnyTextToAppear, waitForAnyTextToAppear, waitForCondition, waitForRefresh, waitForRenderedElements, waitForRenderedElementsToBePresent, waitForRenderedElementsToDisappear, waitForTextToAppear, waitForTextToAppear, waitForTextToDisappear, waitForTextToDisappear, waitForTextToDisappear, waitForTitleToAppear, waitForTitleToDisappear, withParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GwtPageObject(org.openqa.selenium.WebDriver driver)
| Method Detail |
|---|
public GwtButton getButtonLabelled(String label)
public GwtButton findButton(org.openqa.selenium.By byIdentifer)
public FileToUpload uploadFileFromResourcePath(String filename)
public FileToUpload uploadFileFromFileSystem(String filename)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||