Completed
Last Updated: 25 Sep 2015 13:09 by ADMIN
ADMIN
Ivaylo
Created on: 07 Jul 2015 11:38
Type: Bug Report
0
Recording in specific iframe does not work
Steps to reproduce:


1. Go to https://www.makemydeal.com/cars-for-sale2. Click on the first car3. Click Add Trade-in button4. Try to do anything with an element in that window

Expected behavior: to be able to record all the actions against the window

Actual behavior: no actions are recorded, since the window is not present it the DOM at all
1 comment
ADMIN
Daniel Djambov
Posted on: 25 Sep 2015 13:09
Telerik: The problem here is that the last click ("Click Add Trade-in button") is dynamically adding a "cross-domain" iframe. Currently there is no good way to detect dynamic iframes without effecting the performance. This could be worked around by pressing the "Reconnect recorder" button in IE. Unfortunately for other browsers this will not work because of the "cross-domain" iframe content permissions limitation.