Jump to content

Recommended Posts

Posted

I have this error also but it happens with javascript errors on the page. Is there a way to just catch those errors (just like with other objects)

it starts a debugger but when I open the debugger i just shows a javascript error (wich should happen its for testing) So there must be a simple way to catch the error and handle it within the autoit script

Posted

This is what I used:

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Disable Script Debugger", "REG_SZ", "yes")
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "DisableScriptDebuggerIE", "REG_SZ", "yes")

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...