Getting started with WebTesting using Selenium / Geb + Kotlin
Installation
Remove broken firefox binaries
If you encounter a
"Could not find the Mozilla runtime."
error when Firefox is started, ensure you don't have broken firefox binaries lying around; in my case:
Modify your path to include the firefox binary
PATH=/Applications/Web/Firefox.app/Contents/MacOS/:$PATH
Install necessary components
brew install selenium-webdriver-standalone geckodriver chromedriver