Won't Fix
Last Updated: 21 Sep 2021 13:08 by ADMIN
Kristen
Created on: 13 Aug 2021 08:53
Type: Bug Report
0
Recording is not working for specific web app

When recording a custom web application in Chrome, Firefox or Edge, no steps are added after the navigate step. There are elements listed in the DOM tree, but no steps can be added for these from the Advanced Recording tools. Highlighting is also not working. 

If recording the actions in IE these are captured and listed in the test. This recorded test can be executed against the other browsers. 

1 comment
ADMIN
Ivaylo
Posted on: 21 Sep 2021 13:08

Hi,

During the investigation we established that the application under test uses a very outdated version of the JavaScript library "Prototype.js": 1.6.0.3 released in September 2008. This version of the library provides non-standard implementation of native JavaScript APIs which overrides the implementation already built-in in all modern browsers. The latest version of "Prototype.js" is 1.7.3 which was released in September 2015 fixes most of the non-standard implementations but could still be considered as an outdated library. The problems in our extension are mainly caused by the custom non-standard implementation of the toJSON method of Date, Array, Object and String which is used internally by JSON.stringify.

Regards,
Ivaylo
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Test Studio course! Check it out at https://learn.telerik.com/.