How to disable IE8 script error message?

I use CodedUI in IE8 and get this error message:

Stop running this script? A script on this page is causing your web browser to run slowly. If it continues to run, your computer might become unresponsive. 

I read several forums and did the following: Tools> Internet Options> Advanced tab> View

  • Check the box next to "Disable script debugging (Internet Explorer)
  • Check the box next to "Disable script debugging (other)
  • Uncheck the box "Show notification of all script errors"

and this message still appears ...

Can someone help me here?

+6
source share
1 answer

IE has a registry setting for this

Error message: "A script on this page makes Internet Explorer run slowly"

but this requires that you change the registry on each client computer and for each user.

However, it will allow you to execute the script so that you can profile it and find out what causes the delay.

Also look at this SO question. How to mimic the effects of MaxScriptStatements (i.e. prevent "A script on this page makes Internet Explorer run slow") without changing the registry?

+8
source

Source: https://habr.com/ru/post/910706/


All Articles