Linux

Chromedriver is the driver to control Chrome from Selenium. This driver and the Chrome browser are a prerequisite for using Tastee.

Install Chromedriver

To install Chromedriver with a Chromium browser, you can use Ubuntu packages :

 sudo apt-get install chromium-chromedriver
 sudo ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/chromedriver

Download and Install Tastee

Tastee can be downloaded here

To install Tastee, launch tastee-ui-xxx.AppImage

Troubleshooting

Tastee doesn't launch

The file downloaded might not be executable.
To do so, in a Terminal, launch :

chmod +x tastee-ui-*.AppImage