Hi,
I have just a general question concerning using JS to access some DOM elements with injecting JS as opposed to spying them.
The reason I am wondering about the Pros and Cons to this technique is because we are having speed issues accessing a system that uses nested Iframes.
I have seen some other techniques on forms that seemed to be trying to get the DOM path and updating the path attribute within BP. I am wondering why not just inject JS to access the DOM Element and using something like the JS MouseEvent API to click the element. Specifically, use a combination of the below technique to locate the IFrame and then manipulate the item. I know this is not ideal and spying would be best, but just brainstorming on situations where spying may not be the best way. Any thoughts would be helpful.
------------------------------
Andrew Miller
------------------------------