if (BrowserLaunchSettingsFactory.Create(BrowserType.ChromiumFromZB) is IntegratedBrowserLaunchSettings integratedBrowserLaunchSettings)
{
IntegratedBrowserLaunchSettings integratedBrowserLaunchSettings2 = integratedBrowserLaunchSettings;
if (integratedBrowserLaunchSettings2.IntegrationProfileId == null)
{
IntegrationProfileId integrationProfileId2 = (integratedBrowserLaunchSettings2.IntegrationProfileId = new IntegrationProfileId());
}
integratedBrowserLaunchSettings.IntegrationProfileId.ProfileId = newProfile.Id;
integratedBrowserLaunchSettings.IntegrationProfileId.WorkspaceId = null;
integratedBrowserLaunchSettings.ProxyOptions = new IntegrationProxyOptions() { ProxyOverride = "lte-us.vtechproxy.com:15181", ProxyUsageKind = ZennoLab.InterfacesLibrary.Enums.Integration.IntegrationProxyUsageKind.OverrideProxyString };
instance.Launch(integratedBrowserLaunchSettings);
}