Closed whirosan closed 7 years ago
The below document says if reboot option is true, reboot emulator after each session and kill it at the end. https://github.com/appium/appium/blob/v1.6.3/docs/en/writing-running-appium/server-args.md
reboot
But actually it works only when using appium-android-driver. So I implemented the reboot option with reference to the implementation of appium-android-driver.
The below document says if
reboot
option is true, reboot emulator after each session and kill it at the end. https://github.com/appium/appium/blob/v1.6.3/docs/en/writing-running-appium/server-args.mdBut actually it works only when using appium-android-driver. So I implemented the reboot option with reference to the implementation of appium-android-driver.