public class SeleniumBrowserModel extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="browser-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="custom"/>
<enumeration value="htmlunit"/>
<enumeration value="firefox"/>
<enumeration value="safari"/>
<enumeration value="chrome"/>
<enumeration value="googlechrome"/>
<enumeration value="internet explorer"/>
<enumeration value="edge"/>
</restriction>
</simpleType>
</attribute>
<attribute name="start-page" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="event-listeners" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="remote-server" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="javascript" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="web-driver" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="firefox-profile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
browserType |
protected String |
eventListeners |
protected String |
firefoxProfile |
protected String |
id |
protected Boolean |
javascript |
protected String |
remoteServer |
protected String |
startPage |
protected String |
timeout |
protected String |
type |
protected String |
version |
protected String |
webDriver |
| Constructor and Description |
|---|
SeleniumBrowserModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserType()
Gets the value of the browserType property.
|
String |
getEventListeners()
Gets the value of the eventListeners property.
|
String |
getFirefoxProfile()
Gets the value of the firefoxProfile property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRemoteServer()
Gets the value of the remoteServer property.
|
String |
getStartPage()
Gets the value of the startPage property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getWebDriver()
Gets the value of the webDriver property.
|
Boolean |
isJavascript()
Gets the value of the javascript property.
|
void |
setBrowserType(String value)
Sets the value of the browserType property.
|
void |
setEventListeners(String value)
Sets the value of the eventListeners property.
|
void |
setFirefoxProfile(String value)
Sets the value of the firefoxProfile property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJavascript(Boolean value)
Sets the value of the javascript property.
|
void |
setRemoteServer(String value)
Sets the value of the remoteServer property.
|
void |
setStartPage(String value)
Sets the value of the startPage property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWebDriver(String value)
Sets the value of the webDriver property.
|
protected String id
protected String browserType
protected String type
protected String startPage
protected String eventListeners
protected String remoteServer
protected Boolean javascript
protected String version
protected String webDriver
protected String firefoxProfile
protected String timeout
public void setId(String value)
value - allowed object is
Stringpublic String getBrowserType()
Stringpublic void setBrowserType(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getStartPage()
Stringpublic void setStartPage(String value)
value - allowed object is
Stringpublic String getEventListeners()
Stringpublic void setEventListeners(String value)
value - allowed object is
Stringpublic String getRemoteServer()
Stringpublic void setRemoteServer(String value)
value - allowed object is
Stringpublic Boolean isJavascript()
Booleanpublic void setJavascript(Boolean value)
value - allowed object is
Booleanpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getWebDriver()
Stringpublic void setWebDriver(String value)
value - allowed object is
Stringpublic String getFirefoxProfile()
Stringpublic void setFirefoxProfile(String value)
value - allowed object is
Stringpublic String getTimeout()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.