public class WaitModel extends ElementActionType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/selenium/testcase}ElementActionType">
<attribute name="until" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
until |
elementbrowser, description| Constructor and Description |
|---|
WaitModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUntil()
Gets the value of the until property.
|
void |
setUntil(String value)
Sets the value of the until property.
|
getElement, setElementgetBrowser, getDescription, setBrowser, setDescriptionprotected String until
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.