Property UserAgent
UserAgent
Gets or sets the custom user agent string for the WebBrowser control.
public virtual string UserAgent { get; set; }
Property Value
Remarks
If your first request should already use the custom user agent please use two step creation and set UserAgent before browser creation.
This is not implemented for IE. For the Edge backend set UserAgent BEFORE backend creation.