I have developed my ROR App and I am using Watir Gem along with headless. It works fine on my localhost but when I deploy the code to heroku production it says Firefox not installed.
Can Anyone try to help?
Thanks
I have developed my ROR App and I am using Watir Gem along with headless. It works fine on my localhost but when I deploy the code to heroku production it says Firefox not installed.
Can Anyone try to help?
Thanks
Heroku servers don't have Xvfb nor Firefox installed, you'd have to deploy somewhere else to use a headless browser.