ConSol / sakuli

Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
http://www.sakuli.org
118 stars 29 forks source link

hanging execution of sakuli with old internet explorer versions #315

Closed toschneck closed 6 years ago

toschneck commented 6 years ago

Problem: In some older versions of the Internet Explorer (tested on IE 11 and IE 10) Sakuli actions are hanging on the startup.

After some troubleshooting @tnobody and me founded that the problem is located in the current implementation of the inject.js file. There the consol.log call will produce some errors: https://github.com/ConSol/sakuli/blob/v1.1.0/src/common/src/main/resources/org/sakuli/common/libs/js/internal/inject.js#L29

See also StackOverflow thread TODO:

toschneck commented 6 years ago

@tnobody can you test it at MA14 and then close the issue?