The supported web browsers.
1 enum WebBrowser { 2 Brave, 3 Chrome, 4 Chromium, 5 Firefox, 6 Opera, 7 }
See Implementation
The supported web browsers.