I've been looking for a way to run phpunit-selenium with firefox+firebug addon. I've found examples for Selenium with Java and C# but not with PHPUnit. Could someone please point me in the right direct with an example?
Right now I start my tests / browser from the command line like so: java -jar "selenium.jar" -Dwebdriver.firefox.bin = "my custom firefox app folder on osx"
I noticed you can also use the -Dwebdriver.firefox.profile to use a custom profile. But I didn't find an example for something like a -Dwebdriver.firefox.addon = firebug.xpi
kind regards,
Westworld