in reply to Re^2: No Elements Found with WWW::Mechanize::PhantomJS
in thread No Elements Found with WWW::Mechanize::PhantomJS

Maybe what PhantomJS sees as HTML content is different from what Firefox sees. In such cases, I usually print out what ->content returns and wonder why that is different from what my browser shows me.

I admit that most of my development on that family of modules is focused on WWW::Mechanize::Chrome currently, but I'll try to reproduce your case once I get to an environment where I have PhantomJS installed.