Skip to content

Commit

Permalink
Merge pull request #476 from SrinivasanTarget/master
Browse files Browse the repository at this point in the history
Added reboot android server flag
  • Loading branch information
SrinivasanTarget authored Sep 25, 2016
2 parents 44b67fb + 02aa03d commit e456f49
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ public enum AndroidServerFlag implements ServerArgument {
/**
* ChromeDriver executable full path.
*/
CHROME_DRIVER_EXECUTABLE("--chromedriver-executable");
CHROME_DRIVER_EXECUTABLE("--chromedriver-executable"),
/*
* Reboot emulator after each session and kill it at the end. Default: false
*/
REBOOT("--reboot");

private final String arg;

Expand Down

0 comments on commit e456f49

Please sign in to comment.