appium-boneyard / appium-selendroid-driver

Appium's Selendroid integration
Apache License 2.0
9 stars 16 forks source link

Implement reboot option #41

Closed whirosan closed 7 years ago

whirosan commented 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

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.