I have 2 Business Objects for a web application. One connects to the web application by Launching, the other one by attaching. I'm trying to spy an input field in the said application on both BOs. The Launched BO is able to highlight it easily. The Attached BO cannot. When I click highlight, it's not saying it can't find the element but it's not highlighting the element either. It seems that it is trying to search for it. But it's taking so much time that I just close the web app (IE) for the BO to disconnect. Any ideas? Thanks!
rang1