System Properties
To enable remote debugging in Chrome (dev tools) by opening http://localhost:PORT
:
-Dchromium.remote_debugging_port=PORT
To print debugging logs in stdout:
-Dchromium.debug=true
Use this property to receive LocationListener events when use turbolink like links:
-Dchromium.turbolinks=true
Allow non-http/s protocols to be handled by the OS. All protocols allowed.
-Dchromium.custom_protocol=true
Allow non-http/s protocols to be handled by the OS. All protocols allowed with confirmation dialog.
-Dchromium.custom_protocol=confirm
Allow non-http/s protocols to be handled by the OS. Allow only listed protocols.
-Dchromium.custom_protocol="PROTO1;PROTO2;"