Skip to content

Commit

Permalink
Added reboot android server flag
Browse files Browse the repository at this point in the history
Added javaDoc defaults
  • Loading branch information
SrinivasanTarget committed Sep 25, 2016
1 parent 44b67fb commit 02aa03d
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 02aa03d

Please sign in to comment.