Inflectra Customer Forums: Sometimes when testing IE using Rapise we get a slow script warning (Thread) Sometimes when running a test script on older versions of IE you will see the error message: "A script on this page is causing Internet Explorer to run slowly". en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/rapise/issues-questions/259.aspxthreadId=259David J (support1@inflectra.com)Sometimes when testing IE using Rapise we get a slow script warning Sometimes when running a test script on older versions of IE you will see the error message: "A script on this page is causing Internet Explorer to run slowly". Tue, 20 Mar 2012 14:03:04 -04002012-03-20T14:04:26-04:00/Support/Forum/rapise/issues-questions/259.aspxmessageId=497David J (support1@inflectra.com) The problem is usually due to complex XPATH expressions causing IE to run more slowly. Chrome and The problem is usually due to complex XPATH expressions causing IE to run more slowly. Chrome and FF have native support for XPATH, that is why all queries work very fast. In IE we have to use XPATH emulation library. It works good for "short" queries such as: //div[@id='123'] because @id's are unique and work quick but it may be quite slow for //div[contains(text(),'123'] - because this implies more deep search through all elements. We recommend looking at the XPATHs used because this may be primary way to speed things up. Also you can disable the slow script warning in IE by following these steps: Tue, 20 Mar 2012 14:04:15 -04002012-03-20T14:04:15-04:00/Support/Forum/rapise/issues-questions/259.aspx#reply497messageId=498David J (support1@inflectra.com) http://support.microsoft.com/default.aspx?scid=KB;EN-US;q175500 http://support.microsoft.com/default.aspx?scid=KB;EN-US;q175500 Tue, 20 Mar 2012 14:04:26 -04002012-03-20T14:04:26-04:00/Support/Forum/rapise/issues-questions/259.aspx#reply498