Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are using phantomJS to test our frontend code, and currently the team is using the hooks on onConsoleMessage() to communicate between cross-domain iframes that are necessary in our project.

Is there a better way to do that?

I don't like the idea of our tests using the console to communicate. They mostly just have to send status flags. I'm pretty sure we are missing something obvious on how phantomJS deals with the iframes and how to inject code on them.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.