Completed
Last Updated: 15 Mar 2024 09:25 by ADMIN
Jacob
Created on: 09 May 2023 09:15
Type: Bug Report
1
Specific Download dialog cannot be handled in browser mode without extension (Edge and Chrome)

Download dialog which is triggered from a new tab fails to be handled when running a test in Edge and Chrome extensionless mode. 

Such download dialog is usually triggered with a link similar to this: 

<a href="100MB.zip" target="_blank">Link to donwload</a>

The download dialog looks like this: 

3 comments
ADMIN
Elena
Posted on: 15 Mar 2024 09:24

Hi Jacob, Max, 

The latest official release of Test Studio 2024 Q1 (2024.1.219) introduced fix for the here described issue. 

Feel free to submit a ticket in case you face any troubles with that.

Regards,
Elena
Progress Telerik

Virtual Classroom is the free self-paced technical training portal that gets you up to speed with Telerik and Kendo UI products including Telerik Test Studio! Check it out at https://learn.telerik.com/.
ADMIN
Elena
Posted on: 06 Nov 2023 09:48

Hello Max,

Thank you for sharing your findings along. You are right that the issue is related to that specific part of handling the download dialog. We managed to reproduce it on our end, so we will be able to work on it once the item is included in the working queue. 

Thank you for your vote and ensure to follow the item so that you can get updates on any changes in its status. 

Regards,
Elena
Progress Telerik

Virtual Classroom is the free self-paced technical training portal that gets you up to speed with Telerik and Kendo UI products including Telerik Test Studio! Check it out at https://learn.telerik.com/.
Max
Posted on: 03 Nov 2023 23:15
According to my experiments the issue is below attribute. without it it works fine. Hopefully, can be fixed in next version. 
 target="_blank"