Completed
Last Updated: 06 Aug 2014 15:51 by ADMIN
ADMIN
Boyan Boev
Created on: 20 Feb 2014 14:19
Type: Bug Report
1
ProcessWindowStyle.Minimized doesn't work for Chrome
The following code should run Chrome minimized, however it works only with Internet Explorer and ignores all other browsers.

Dim oSettings As Settings = New Settings()

oSettings.Web.DefaultBrowser = BrowserType.Chrome

Dim oManager As Manager = New Manager(oSettings)
oManager.Start()
oManager.LaunchNewBrowser(oSettings.Web.DefaultBrowser, True, ProcessWindowStyle.Minimized)


The workaround is to use:

oManager.ActiveBrowser.Window.Minimize()
1 comment
ADMIN
Iliyan Panchev
Posted on: 06 Aug 2014 15:51
The fix will be included in the upcoming minor and major Test Studio releases.