Hi
This problem is related just to Chrome (IE is working). I am trying to fill three textbox that are inside an iframe dynamically loaded when I click a link in his parent webpage. The problem is that the Ui Inspector is unable to inspect inside the iFrame node, so the selector that is offering is this:
webctrl tag=‘IFRAME’
The selector refers to the container, not to the inside html. I was able to write with the Type Into activity, mixed with tab key, but I was wondering if there is a way to add something to the selector so I can access the inner html element directly, and not depend on the position of the fields.
Thank you