public class ErrorReportingCommandProcessor extends Object implements com.thoughtworks.selenium.CommandProcessor
Constructor and Description |
---|
ErrorReportingCommandProcessor(com.thoughtworks.selenium.CommandProcessor delegate,
ErrorReporter errorReporter) |
Modifier and Type | Method and Description |
---|---|
String |
doCommand(String command,
String[] args) |
boolean |
getBoolean(String string,
String[] strings) |
boolean[] |
getBooleanArray(String string,
String[] strings) |
Number |
getNumber(String string,
String[] strings) |
Number[] |
getNumberArray(String string,
String[] strings) |
String |
getRemoteControlServerLocation() |
String |
getString(String string,
String[] strings) |
String[] |
getStringArray(String string,
String[] strings) |
void |
setExtensionJs(String extensionJs) |
void |
start() |
void |
start(Object optionsObject) |
void |
start(String optionsString) |
void |
stop() |
public ErrorReportingCommandProcessor(com.thoughtworks.selenium.CommandProcessor delegate, ErrorReporter errorReporter)
public String doCommand(String command, String[] args)
doCommand
in interface com.thoughtworks.selenium.CommandProcessor
public boolean getBoolean(String string, String[] strings)
getBoolean
in interface com.thoughtworks.selenium.CommandProcessor
public boolean[] getBooleanArray(String string, String[] strings)
getBooleanArray
in interface com.thoughtworks.selenium.CommandProcessor
public Number getNumber(String string, String[] strings)
getNumber
in interface com.thoughtworks.selenium.CommandProcessor
public Number[] getNumberArray(String string, String[] strings)
getNumberArray
in interface com.thoughtworks.selenium.CommandProcessor
public String getString(String string, String[] strings)
getString
in interface com.thoughtworks.selenium.CommandProcessor
public String[] getStringArray(String string, String[] strings)
getStringArray
in interface com.thoughtworks.selenium.CommandProcessor
public void start()
start
in interface com.thoughtworks.selenium.CommandProcessor
public void stop()
stop
in interface com.thoughtworks.selenium.CommandProcessor
public String getRemoteControlServerLocation()
getRemoteControlServerLocation
in interface com.thoughtworks.selenium.CommandProcessor
public void setExtensionJs(String extensionJs)
setExtensionJs
in interface com.thoughtworks.selenium.CommandProcessor
public void start(String optionsString)
start
in interface com.thoughtworks.selenium.CommandProcessor
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.