org.openqa.selenium.server
Class BrowserConfigurationOptions
java.lang.Object
org.openqa.selenium.server.BrowserConfigurationOptions
public class BrowserConfigurationOptions
- extends java.lang.Object
Method Summary |
java.lang.String |
getProfile()
|
boolean |
hasOptions()
|
java.lang.String |
serialize()
|
void |
setProfile(java.lang.String profile_name)
Sets the profile name for this configuration object. |
java.lang.String |
toString()
Returns the serialization of this object, as defined by the serialize()
method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BrowserConfigurationOptions
public BrowserConfigurationOptions(java.lang.String browserConfiguration)
BrowserConfigurationOptions
public BrowserConfigurationOptions()
setProfile
public void setProfile(java.lang.String profile_name)
- Sets the profile name for this configuration object.
- Parameters:
profile_name
- The name of the profile to use
serialize
public java.lang.String serialize()
getProfile
public java.lang.String getProfile()
hasOptions
public boolean hasOptions()
toString
public java.lang.String toString()
- Returns the serialization of this object, as defined by the serialize()
method.
- Overrides:
toString
in class java.lang.Object
Copyright © 2009. All Rights Reserved.