Is there a trick to adding browser elements when they are contained in an iframe
- I can Use Add UI Element on the Top level web page (highlight + left click)
- I can sometimes get the red selector box around elements in an iframe, and sometimes when I left click the element it adds to my element list. Most of the time the element is not added; there is no error message; it simply moves on for me to select another element.
As a result, my current process is:
- Add any random UI element from the top level page
- Manually modify the new selector to be what I actually want from within the iframe
This is pretty time consuming.
Am I doing something incorrectly?