I would like to use a portable firefox version but am unable to specify what binary to use.
Is this possible in the typical startup code like:
var driver = new webdriver.Builder(). withCapabilities(webdriver.Capabilities.firefox()). build();