switchToWindowTitle() capturing within iframe

Hi,

We are Automating huge application,In that while recording scripts with iframe for switchToWindowTitle() occurrence , the web Recorder captures parent window Title instead of capturing the new child window popup Title.

The above Title miscapturing issue only occurs if the windowpopup present with in the iframe . , if the popup is present without the iframe its working as expected(WebRecorder Captures the exact childwindow name).

Kindly help us to solve the issue during recording actions .

Note:We also have solution to do manually script the window Title capturing. So please provide the solution how to solve this using Recorder.

Please find the screenshot with iframe:

And the screenshot without iframe is capturing as expected:

Thanks in advance.