Hello.
What's about sending arbitrary arguments to chrome browser?
First of all I want to ignore any SSL errors:
chrome --ignore-certificate-errors --ignore-ssl-errors ...
Also very often we can faced with old/hidden sites (without valid dns):
chrome --host-resolver-rules="MAP old.company.int 1.2.3.4"