public static class FindModel.Element extends ElementType
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}ElementType">
<sequence>
<element name="attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attribute" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="styles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="style" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FindModel.Element.Attributes
Java class for anonymous complex type.
|
static class |
FindModel.Element.Styles
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected FindModel.Element.Attributes |
attributes |
protected Boolean |
displayed |
protected Boolean |
enabled |
protected FindModel.Element.Styles |
styles |
protected String |
text |
className, cssSelector, id, linkText, name, tagName, xpath| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
FindModel.Element.Attributes |
getAttributes()
Gets the value of the attributes property.
|
FindModel.Element.Styles |
getStyles()
Gets the value of the styles property.
|
String |
getText()
Gets the value of the text property.
|
Boolean |
isDisplayed()
Gets the value of the displayed property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAttributes(FindModel.Element.Attributes value)
Sets the value of the attributes property.
|
void |
setDisplayed(Boolean value)
Sets the value of the displayed property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setStyles(FindModel.Element.Styles value)
Sets the value of the styles property.
|
void |
setText(String value)
Sets the value of the text property.
|
getClassName, getCssSelector, getId, getLinkText, getName, getTagName, getXpath, setClassName, setCssSelector, setId, setLinkText, setName, setTagName, setXpathprotected FindModel.Element.Attributes attributes
protected FindModel.Element.Styles styles
protected String text
protected Boolean displayed
protected Boolean enabled
public FindModel.Element.Attributes getAttributes()
FindModel.Element.Attributespublic void setAttributes(FindModel.Element.Attributes value)
value - allowed object is
FindModel.Element.Attributespublic FindModel.Element.Styles getStyles()
FindModel.Element.Stylespublic void setStyles(FindModel.Element.Styles value)
value - allowed object is
FindModel.Element.Stylespublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic Boolean isDisplayed()
Booleanpublic void setDisplayed(Boolean value)
value - allowed object is
Booleanpublic Boolean isEnabled()
BooleanCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.