in reply to Re^4: WWW::Mechanize::PhantomJS - can't exec "phantomjs"
in thread WWW::Mechanize::PhantomJS - can't exec "phantomjs"

The error message did not say the file was missing.

Rather it said : Selenium server did not return proper status at (eval 82) line 61.
(Emphasis is mine)

Selenium is known to have issues with popup messages (or so I've heard - no personal experience with it).
You probably need to dig into Selenium logs to see what it did not like.

        "You're only given one little spark of madness. You mustn't lose it."         - Robin Williams

  • Comment on Re^5: WWW::Mechanize::PhantomJS - can't exec "phantomjs"

Replies are listed 'Best First'.
Re^6: WWW::Mechanize::PhantomJS - can't exec "phantomjs"
by Special_K (Pilgrim) on Sep 14, 2014 at 17:38 UTC
    Where does Selenium put its log files?