Package | Description |
---|---|
org.senchalabs.gwt.gwtdriver.models |
Modifier and Type | Class and Description |
---|---|
class |
GwtWidget<F extends GwtWidgetFinder<?>>
Represents a GWT Widget class.
|
Modifier and Type | Class and Description |
---|---|
static class |
Dialog.DialogFinder |
static class |
GwtLabel.GwtLabelFinder |
Modifier and Type | Method and Description |
---|---|
<W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType)
Starting point to find a widget using the finder dsl - pass in the GwtWidget subclass and an instance
of its basic finder will be created, with the current element and driver to act as a starting point.
|
static <W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType,
WebDriver driver)
Static helper method to enable finding without an initial widget to start from.
|
static <W extends GwtWidget<T>,T extends GwtWidgetFinder<W>> |
GwtWidget.find(Class<W> widgetType,
WebDriver driver,
WebElement element)
Static helper method to enable finding without an initial widget to work from.
|
Modifier and Type | Method and Description |
---|---|
GwtWidgetFinder<W> |
GwtWidgetFinder.withDriver(WebDriver driver) |
GwtWidgetFinder<W> |
GwtWidgetFinder.withElement(WebElement element) |
Copyright © 2012-2013 Sencha Labs. All Rights Reserved.