extensions:Behat\MinkExtension\Extension:selenium2:browser: firefoxwd_host:capabilities: { "etc etc "}firefox:profile: path/to/your/zip file/
--
You received this message because you are subscribed to the Google Groups "Behat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to behat+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
default:
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2:
browser: firefox
firefox:
profile: path_to_/firefox_profile.zipdefault:
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2:
browser: firefox
wd_host:
capabilities:
firefox:
profile: path_to_/firefox_profile.zip
On Tuesday, 19 March 2013 at 05:06, Yaroslav Novikov wrote:
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]Unrecognized options "firefox" under "behat.extensions.behat_minkextension_extension.selenium2"
--
extensions:Behat\MinkExtension\Extension:selenium2:browser: firefoxwd_host:capabilities: { 'firefox': {'profile':'path/to/your/zip file'} }
java -jar selenium-server-standalone-2.33.0.jar -Dwebdriver.firefox.profile=[name of your profile (not the zip)]
- Rikke