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 

67 Words

2017-05-07T06:46:00-07:00