@Deprecated public interface CommandProcessor
Provides a doCommand method, which sends the command to the browser to be performed.
| 限定符和类型 | 方法和说明 |
|---|---|
String |
doCommand(String command,
String[] args)
已过时。
Send the specified remote command to the browser to be performed
|
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()
已过时。
The URL that the RemoteControl instance is allegedly running on
|
String |
getString(String string,
String[] strings)
已过时。
|
String[] |
getStringArray(String string,
String[] strings)
已过时。
|
void |
setExtensionJs(String extensionJs)
已过时。
Sets extension Javascript for the session
|
void |
start()
已过时。
Starts a new Selenium testing session
|
void |
start(Object optionsObject)
已过时。
Starts a new Selenium testing session with a configuration options object
|
void |
start(String optionsString)
已过时。
Starts a new Selenium testing session with a String, representing a configuration
|
void |
stop()
已过时。
Ends the current Selenium testing session (normally killing the browser)
|
String getRemoteControlServerLocation()
String doCommand(String command, String[] args)
command - - the remote command verbargs - - the arguments to the remote command (depends on the verb)void setExtensionJs(String extensionJs)
extensionJs - extension javascriptvoid start()
void start(String optionsString)
optionsString - option stringvoid start(Object optionsObject)
optionsObject - options objectvoid stop()