EngineOptionsBuilderChromiumSwitches Property |
Namespace: DotNetBrowser.Engine
public HashSet<string> ChromiumSwitches { get; }
The library does not support all the possible Chromium switches, so there is no guarantee that the passed switches will work. The switches from this list will overwrite the corresponding options configured through the EngineOptionsBuilder.
For example, if you configure the remote debugging port using theRemoteDebuggingPort property and then add the --remote-debugging-port switch using the ChromiumSwitches property, then the port from the switch will be used.