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

Receive LocationListener events when use turbolink like links with specific request headers.

-Dchromium.turbolinks="HEADER1=VALUE1;HEADER2=VALUE2"

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;"

Sets proxy using pac script url.

-Dchromium.proxy_pac_script="PAC_SCRIPT_URL"

Enable the call to LocationListener before starting a download.

-Dchromium.downloadLocationListener=true

Default find dialog for command (CTRL+F)

-Dchromium.find_dialog=true