コード例 #1
0
 /**
  * Wraps the version of start() that takes a String parameter, sending it the result of calling
  * toString() on optionsObject, which will likely be a BrowserConfigurationOptions instance.
  *
  * @param optionsObject
  */
 public void start(Object optionsObject) {
   start(optionsObject.toString());
 }