Skip to content

Instantly share code, notes, and snippets.

@slawekradzyminski
Created February 21, 2016 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slawekradzyminski/44eb18c7dc83db3153db to your computer and use it in GitHub Desktop.
Save slawekradzyminski/44eb18c7dc83db3153db to your computer and use it in GitHub Desktop.
public interface ChromeSwitchesInt {
String START_FULLSCREEN = "start-fullscreen";
String ALLOW_INSECURE_CONTENT = "allow-running-insecure-content";
String INCOGNITO = "incognito";
String IGNORE_CERTIFICATE_ERRORS = "--ignore-certificate-errors";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment