Get all files from volafile rooms.
- Ruby
- Selenium
- Get a compatible browser:
sudo apt-get install chromium-browser
- Get appropiate version of driver: here from chrome
- Extract and copy file to
/usr/bin
:sudo mv chromedriver /usr/bin
- Set execution permissions:
sudo chmod +x /usr/bin/chromedriver
Selenium is available for more browers too.
Thank you very much Eike! 😄