|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openqa.selenium.iphone.IPhoneSimulatorCommandExecutor
public class IPhoneSimulatorCommandExecutor
A CommandExecutor that communicates with an iPhone Simulator running on localhost in a
subprocess. Before executing each command, the IPhoneSimulatorCommandExecutor will verify
that the simulator is still running and throw an IPhoneSimulatorCommandExecutor.IPhoneSimulatorNotRunningException if it
is not.
| Nested Class Summary | |
|---|---|
static class |
IPhoneSimulatorCommandExecutor.IPhoneSimulatorNotRunningException
|
| Constructor Summary | |
|---|---|
IPhoneSimulatorCommandExecutor(java.net.URL url,
IPhoneSimulatorBinary binary)
|
|
| Method Summary | |
|---|---|
Response |
execute(Command command)
|
void |
startClient()
|
void |
stopClient()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPhoneSimulatorCommandExecutor(java.net.URL url,
IPhoneSimulatorBinary binary)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public void startClient()
public void stopClient()
public Response execute(Command command)
throws java.io.IOException
execute in interface CommandExecutorjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||