[]
Gets or sets the maximum time for the browser process to exit gracefully, in milliseconds.
Equals to 10000 ms by default. Set to 0 for killing the process immediately.
public int MaxCloseTime { get; set; }
Public Property MaxCloseTime As Integer