public class BrowserActionType extends Object
Java class for BrowserActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrowserActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/selenium/testcase}description" minOccurs="0"/>
</sequence>
<attribute name="browser" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
browser |
protected String |
description |
| Constructor and Description |
|---|
BrowserActionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowser()
Gets the value of the browser property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setBrowser(String value)
Sets the value of the browser property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getBrowser()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.