Hi all,
I have one internal web page which can be opened by chrome without any error, but it will raise "ReferenceError: Can't find variable: myVariable " error if I open it by phantomjs.
It's an internal website, so I can't share the link with you.....
I guess some differences between chrome and phantomjs caused this issue, I googled about it, but got nothing useful. Is there a guide or something which can tell me how to locate the root cause or debug this issue?
Any comments would be helpful! Many thanks :)