|
|
|
|
|
EmulateSimulator (Function) In french: PiloteSimulateur Emulates the window of the mobile (Android/iOS) simulator.
EmulateSimulator(esTurnScreen)
Syntax
EmulateSimulator(<Action>)
<Action>: Integer constant Action to perform: | | esBack | Simulates pressing the Back button. | esClose | Closes the simulator. | esMenu | Simulates pressing the Menu button. | esTurnScreen | Rotate screen: switches from landscape to portrait mode or vice versa. |
Remarks This function must only be used in the code of automated tests run on the Android or iOS simulator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|