U-C-S / Hurl

Choose the browser on the click of a link
MIT License
252 stars 8 forks source link

LaunchArgs are ignored during AutoRulesCheck #117

Closed RudolfSchreier closed 1 month ago

RudolfSchreier commented 2 months ago

In AutoRulesCheck.cs, the LaunchArgs are checked for being empty or null.

However, if they are not null or empty, they are then not used.

This results in the configured LaunchArgs not being handed to the browser. I am trying to use this to launch specific links in specific Firefox profiles (using -p <profilename> as LaunchArgs) and this is a blocking issue.