|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openqa.selenium.iphone.IPhoneSimulatorBinary
@Deprecated public class IPhoneSimulatorBinary
Handles launching the iWebDriver app on the iPhone Simulator in a subprocess.
Only one instance of the iPhone Simulator may be run at once, so all other instances will be killed before a new one is started.
The iPhone Simulator will be run against the SDK specified by the webdriver.iphone.sdk
system property. A temporary directory will be used as the user home so the application need not
be pre-installed.
| Constructor Summary | |
|---|---|
IPhoneSimulatorBinary(File iWebDriverApp)
Deprecated. Creates a new IPhoneSimulatorBinary that will run the given application on the iPhone Simulator. |
|
| Method Summary | |
|---|---|
protected static String |
getIphoneSimPath()
Deprecated. |
boolean |
isRunning()
Deprecated. |
void |
launch()
Deprecated. |
void |
shutdown()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPhoneSimulatorBinary(File iWebDriverApp)
webdriver.iphone.sdk system property.
iWebDriverApp - Path to the executable to run on the simulator. This file should specify
the executable that is an immediate child of the iwebDriver.app directory.
IOException - If an I/O error occurs.| Method Detail |
|---|
protected static String getIphoneSimPath()
public void launch()
public boolean isRunning()
public void shutdown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||