ContributionsMost RecentMost LikesSolutionsRe: Illegal invocation error??? function ApplyButtonPause(d) { aqUtils.Delay(d); var form; form = Aliases.browser.pageQmwebLoewenComConfigureConfi.formCfgform2; while(form.panelConfigapply.Enabled == false) { aqUtils.Delay(1000); } } The 'while' line is the 11th line. I call this function multitudes of times in every script, and I only got the error after it had already called this function 1500 times in the test. Illegal invocation error??? I'm getting this error (see attached picture) on a function that I've already called 1500 times in my test, does anyone know what this means or how I can stop it?? Code completion for name mapped items has stopped working. Don't remember changing anything??? I need it to be able to write my scripts, I wrote a few scripts a while back and I thought I remember my name mapped items coming up in code completion. Would be a huge help if I could get this going again.