public override int GetHashCode()
 {
     return(ExecutionType.GetHashCode() +
            BrowserType.GetHashCode() +
            ShouldCaptureHttpTraffic.GetHashCode() +
            Size.GetHashCode() +
            IsLighthouseEnabled.GetHashCode() +
            ShouldAutomaticallyScrollToVisible.GetHashCode());
 }