Showtime uses Selenium WebDriver with osxautomation (Mac OS X) or xaut
(Linux) to show a journey through a website. It's fantastic for showing a tour
of your site on a big monitor.
For all platforms you need to download ChromeDriver and make sure it's on your PATH.
- Install osxautomation:
git clone https://github.com/abersager/osxautomation
cd osxautomation
git submodule update --init
scripts/buildrun
sudo cp build/Release/osxautomation /usr/local/binbundle install
- Install Chromium, easiest from the Ubuntu Software Center
- Ensure rubygems is up-to-date:
sudo apt-get install rubygems bundle install- Download xaut and extract it:
cd <xaut_directory>
./configure
make
cd python
sudo python setup.py installRun the journeys with ruby showtime.rb. Chrome will launch and prompt you to
start the journey.
