Opens search in a new browser. If no browser path is passed in then Chrome is used. Leave browser path blank to use Chrome.
public static void OpenInBrowserWindow(this string url, string browserPath = "",
bool inPrivate = false, string privateArg = "")
- class SearchWeb
- namespace Flow.Launcher.Plugin.SharedCommands