I logged a separate issue for it, and a work around was posted. Please see this for reference:
https://www.ranorex.com/forum/please-he ... 12037.html
Now Ranorex 8.1.1 (which comes with FF extension 1.1.3) supposedly fixes the instrumentation/install issue of the extension. I was able to do instrumentation and can in fact see the extension 1.1.3 is installed.
However, now I cannot see any elements within any iframe.
EDIT: Actually, I cannot see any elements in certain iframes, but I can within others. Not sure why. I cannot see in the first iframe which is the first element in the body of my DOM. I also have a DIV after the iframe which has a sub iframe within it and I can see everything in here.
Code: Select all
DOM
|--HEAD
|--Body
|--Iframe <-- doesn't show anything within this.
|--DIV
|--iframe <-- shows all items within this including sub iframes