HuddleEng / PhantomFlow

Describe and visualise user flows through tests with PhantomJS
MIT License
682 stars 60 forks source link

Cannot hide elements on remote websites, it works on local host #34

Closed davvyy00 closed 8 years ago

jamescryer commented 8 years ago

It might be a CORS issue. Try passing --web-security=false into the casperArgs array when you initialise PhantomFlow

Rykus0 commented 8 years ago

I tried your suggestion, and it didn't work. If I find out what's happening, I'll let you know or send a PR if I fix it.