ebrehault / resurrectio

CasperJS test recorder Chrome extension
GNU General Public License v2.0
720 stars 104 forks source link

Support "window.open" or popups recording #13

Open edwardchanjw opened 10 years ago

edwardchanjw commented 10 years ago

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 10 years ago

that's probably not easy, I am not sure Chrome Extension API will allow that, but I will have a look

stevenmiller888 commented 9 years ago

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!