public class AlertModel 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="alert-text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="text" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accept" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accept |
protected String |
alertText |
protected String |
text |
browser, description| Constructor and Description |
|---|
AlertModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertText()
Gets the value of the alertText property.
|
String |
getText()
Gets the value of the text property.
|
boolean |
isAccept()
Gets the value of the accept property.
|
void |
setAccept(boolean value)
Sets the value of the accept property.
|
void |
setAlertText(String value)
Sets the value of the alertText property.
|
void |
setText(String value)
Sets the value of the text property.
|
getBrowser, getDescription, setBrowser, setDescriptionprotected String alertText
protected String text
protected boolean accept
public String getAlertText()
Stringpublic void setAlertText(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isAccept()
public void setAccept(boolean value)
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.