I am trying to record a transaction and use text matching on a web site with AJAX on it. The recording records fine and the recording plays back successfully most of the time, problem is that it that sometimes it can try to click on links before the AJAX has finished loading it. Text matching seems to ignore AJAX and only looks at the local text. I know I can put in a delay but I would prefer to avoid using a manual delay as there is always a possibility that it could take longer than we set that for as well.