- validateAttribute(String, String, String) - Method in interface io.ddavison.conductor.Conductor
-
Validates an attribute of an element.
Example:
<input type="text" id="test" />
.validateAttribute("input#test", "type", "text") // validates that the "type" attribute equals "test"
- validateAttribute(By, String, String) - Method in interface io.ddavison.conductor.Conductor
-
- validateAttribute(String, String, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateAttribute(By, String, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateChecked(String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that a checkbox or a radio button is checked.
- validateChecked(By) - Method in interface io.ddavison.conductor.Conductor
-
- validateChecked(String) - Method in class io.ddavison.conductor.Locomotive
-
- validateChecked(By) - Method in class io.ddavison.conductor.Locomotive
-
- validateFalse(boolean) - Method in interface io.ddavison.conductor.Conductor
-
Validates that a specific condition is false
- validateFalse(boolean) - Method in class io.ddavison.conductor.Locomotive
-
- validateNotPresent(String) - Method in interface io.ddavison.conductor.Conductor
-
Validates that an element is not present.
- validateNotPresent(By) - Method in interface io.ddavison.conductor.Conductor
-
- validateNotPresent(String) - Method in class io.ddavison.conductor.Locomotive
-
- validateNotPresent(By) - Method in class io.ddavison.conductor.Locomotive
-
- validatePresent(String) - Method in interface io.ddavison.conductor.Conductor
-
Validates that an element is present.
- validatePresent(By) - Method in interface io.ddavison.conductor.Conductor
-
- validatePresent(String) - Method in class io.ddavison.conductor.Locomotive
-
- validatePresent(By) - Method in class io.ddavison.conductor.Locomotive
-
- validateText(String, String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that the text of an element is correct.
- validateText(By, String) - Method in interface io.ddavison.conductor.Conductor
-
- validateText(String, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateText(By, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateTextNot(String, String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that the text of an element is not matching text.
- validateTextNot(By, String) - Method in interface io.ddavison.conductor.Conductor
-
- validateTextNot(String, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateTextNot(By, String) - Method in class io.ddavison.conductor.Locomotive
-
- validateTextNotPresent(String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that some text is nowhere on the page.
- validateTextNotPresent(String) - Method in class io.ddavison.conductor.Locomotive
-
- validateTextPresent(String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that text is present somewhere on the page.
- validateTextPresent(String) - Method in class io.ddavison.conductor.Locomotive
-
- validateTrue(boolean) - Method in interface io.ddavison.conductor.Conductor
-
Validates that a specific condition is true
- validateTrue(boolean) - Method in class io.ddavison.conductor.Locomotive
-
- validateUnchecked(String) - Method in interface io.ddavison.conductor.Conductor
-
Validate that a checkbox or a radio button is unchecked.
- validateUnchecked(By) - Method in interface io.ddavison.conductor.Conductor
-
- validateUnchecked(String) - Method in class io.ddavison.conductor.Locomotive
-
- validateUnchecked(By) - Method in class io.ddavison.conductor.Locomotive
-
- validateUrl(String) - Method in interface io.ddavison.conductor.Conductor
-
Validate the Url
- validateUrl(String) - Method in class io.ddavison.conductor.Locomotive
-
- valueOf(String) - Static method in enum io.ddavison.conductor.Browser
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.ddavison.conductor.Browser
-
Returns an array containing the constants of this enum type, in
the order they are declared.