| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.condition | |
| com.crawljax.condition.browserwaiter |
Waiter utils.
|
| com.crawljax.core | |
| com.crawljax.core.state | |
| com.crawljax.forms |
Forms package.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebDriverBackedEmbeddedBrowser.elementExists(Identification identification) |
boolean |
EmbeddedBrowser.elementExists(Identification identification) |
org.openqa.selenium.WebElement |
WebDriverBackedEmbeddedBrowser.getWebElement(Identification identification) |
org.openqa.selenium.WebElement |
EmbeddedBrowser.getWebElement(Identification identification) |
boolean |
WebDriverBackedEmbeddedBrowser.input(Identification identification,
String text) |
boolean |
EmbeddedBrowser.input(Identification identification,
String text) |
boolean |
WebDriverBackedEmbeddedBrowser.isVisible(Identification identification)
Determines whether the corresponding element is visible.
|
boolean |
EmbeddedBrowser.isVisible(Identification identification)
Checks if an element is visible.
|
| Constructor and Description |
|---|
NotVisibleCondition(Identification identification) |
VisibleCondition(Identification identification) |
| Constructor and Description |
|---|
ExpectedElementCondition(Identification identification)
Constructor.
|
ExpectedVisibleCondition(Identification identification)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Identification |
CandidateElement.getIdentification() |
| Constructor and Description |
|---|
CandidateElement(Element sourceElement,
Identification identification,
String relatedFrame) |
CandidateElement(Element element,
Identification identification,
String relatedFrame,
List<FormInput> formInputs)
Constructor for a element a identification and a relatedFrame.
|
| Modifier and Type | Method and Description |
|---|---|
Identification |
Eventable.getIdentification() |
| Modifier and Type | Method and Description |
|---|---|
void |
Eventable.setIdentification(Identification identification) |
| Constructor and Description |
|---|
Eventable(Identification identification,
Eventable.EventType eventType)
Create a new Eventable for a identification and eventType.
|
Eventable(Identification identification,
Eventable.EventType eventType,
String relatedFrame)
Create a new Eventable for a identification and eventType.
|
| Modifier and Type | Method and Description |
|---|---|
Identification |
FormInput.getIdentification() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FormInput.containsInput(Set<FormInput> inputs,
Identification identification) |
static FormInput |
FormInput.getInput(Set<FormInput> inputs,
Identification identification) |
void |
FormInput.setIdentification(Identification identification) |
| Constructor and Description |
|---|
FormInput(String type,
Identification identification,
String value) |
Copyright © 2007-2013. All Rights Reserved.