public class JavascriptModel extends BrowserActionType
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}BrowserActionType">
<sequence>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="errors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="error" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
JavascriptModel.Errors
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JavascriptModel.Errors |
errors |
protected Object |
script |
browser, description| Constructor and Description |
|---|
JavascriptModel() |
| Modifier and Type | Method and Description |
|---|---|
JavascriptModel.Errors |
getErrors()
Gets the value of the errors property.
|
Object |
getScript()
Gets the value of the script property.
|
void |
setErrors(JavascriptModel.Errors value)
Sets the value of the errors property.
|
void |
setScript(Object value)
Sets the value of the script property.
|
getBrowser, getDescription, setBrowser, setDescriptionprotected Object script
protected JavascriptModel.Errors errors
public Object getScript()
Objectpublic void setScript(Object value)
value - allowed object is
Objectpublic JavascriptModel.Errors getErrors()
JavascriptModel.Errorspublic void setErrors(JavascriptModel.Errors value)
value - allowed object is
JavascriptModel.ErrorsCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.