Create a test that downloads a file using Handle Download dialog (e.g. from http://www.thinkbroadband.com/download.html). Modify the path to use an environment variable e.g. %temp%\10MB.zip. Run the test in Chrome. Expected: the download to complete and the test to pass. Actual: Download does actually complete yet Test Studio errors out with: System.TimeoutException: Timed out waiting '25000' msec. for download dialog to be handled. at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DownloadDialogHandlerDescriptor.Execute(Browser browser) at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(IAutomationHost browser) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order) In addition the runner never completely shuts down. Attached is a screen shot showing where it gets stuck at. However the IDE recognizes the test as having finished and returns to the "not running" state complete with test log.