public class ElementActionType extends BrowserActionType
Java class for ElementActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementActionType">
<complexContent>
<extension base="{http://www.citrusframework.org/schema/selenium/testcase}BrowserActionType">
<sequence>
<element name="element" type="{http://www.citrusframework.org/schema/selenium/testcase}ElementType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ElementType |
element |
browser, description| Constructor and Description |
|---|
ElementActionType() |
| Modifier and Type | Method and Description |
|---|---|
ElementType |
getElement()
Gets the value of the element property.
|
void |
setElement(ElementType value)
Sets the value of the element property.
|
getBrowser, getDescription, setBrowser, setDescriptionprotected ElementType element
public ElementType getElement()
ElementTypepublic void setElement(ElementType value)
value - allowed object is
ElementTypeCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.