| Package | Description |
|---|---|
| com.crawljax.browser |
This is the core package for the browsers.
|
| com.crawljax.core | |
| com.crawljax.core.state | |
| com.crawljax.forms |
Forms package.
|
| Modifier and Type | Method and Description |
|---|---|
FormInput |
WebDriverBackedEmbeddedBrowser.getInputWithRandomValue(FormInput input) |
FormInput |
EmbeddedBrowser.getInputWithRandomValue(FormInput inputForm) |
| Modifier and Type | Method and Description |
|---|---|
FormInput |
WebDriverBackedEmbeddedBrowser.getInputWithRandomValue(FormInput input) |
FormInput |
EmbeddedBrowser.getInputWithRandomValue(FormInput inputForm) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInput> |
CandidateElement.getFormInputs() |
| Constructor and Description |
|---|
CandidateElement(Element element,
Identification identification,
String relatedFrame,
List<FormInput> formInputs)
Constructor for a element a identification and a relatedFrame.
|
CandidateElement(Element element,
String xpath,
List<FormInput> formInputs)
Constructor for a element a xpath-identification and no relatedFrame.
|
| Modifier and Type | Method and Description |
|---|---|
CopyOnWriteArrayList<FormInput> |
Eventable.getRelatedFormInputs()
Retrieve the related form inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Eventable.setRelatedFormInputs(CopyOnWriteArrayList<FormInput> relatedFormInputs)
Set the list of formInputs.
|
| Modifier and Type | Method and Description |
|---|---|
FormInput |
FormInputValueHelper.getFormInputWithDefaultValue(EmbeddedBrowser browser,
Node element) |
FormInput |
FormInputValueHelper.getFormInputWithIndexValue(EmbeddedBrowser browser,
Node element,
int indexValue) |
static FormInput |
FormInput.getInput(Set<FormInput> inputs,
Identification identification) |
| Modifier and Type | Method and Description |
|---|---|
List<FormInput> |
FormHandler.getFormInputs() |
| Modifier and Type | Method and Description |
|---|---|
Node |
FormInputValueHelper.getBelongingNode(FormInput input,
Document dom) |
| 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 |
FormHandler.handleFormElements(List<FormInput> formInputs)
Fills in form/input elements.
|
Copyright © 2007-2013. All Rights Reserved.