qly5 wrote:Can you put ANY script into monitoring mode? What are the guidelines?
Yes, but there are some simple cautions to be aware of.
(1) If the script employs a desktop-dependent command, then you may need to limit the number of other scripts it runs in parallel with, to avoid unwanted interactions.
(2) If the script may fail due to changes in the web page -- for example, if ID values are going to be changing -- you probably need to convert the script to use the structual/index-motion commands.
(3) If there is a chance for an AJAX de-synchronization then the sensitive areas of the script will need to have special DOM synchronizations added.
The eValid Support Team