There is an undocumented property as follows: ``` yaml phantomjs_options: '--ssl-protocol=tlsv1' ``` This same option applies to CasperJS too. We should: - rename the property, e.g. `browser_engine_options` - add this property to the documentation and describe it properly - (but we should also keep backwards compatibility for existing configs using `phantomjs_options`)