Support "window.open" or popups recording
edwardchanjw opened this issue · 2 comments
edwardchanjw commented
Support recording across multiple windows or windows or popup spawn by current recording pages.
Uses case are such login with Open ID, Facebook Connect, etc. Example: http://www.99bugs.com/testing-facebook-connect-with-casperjs/
ebrehault commented
that's probably not easy, I am not sure Chrome Extension API will allow that, but I will have a look
stevenmiller888 commented
This is possible. Just need to re-inject the script when the active tab changes. Here's a link to a similar extension I built that does that. Hope that helps!