-
Notifications
You must be signed in to change notification settings - Fork 277
The capability for firefox profile does not work #92
Comments
Where did you see this? I don't see this in: Anyway: The profile should be the NAME of the profile, not the path: Does it work? |
Can't remember where I read that it should be path to a zip, but when I try to just specify the name of the profile I get this error: [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] [InvalidArgumentException] |
Same here… and since mozilla seems to have some weird defaults now, I would kind of need to get this working. Any news on this? |
@mandarille I had the same issue, then adding the relative path to the profile from where I was running the behat command from (or the full path) solved that issue (no more error). However, it still doesn't load the profile preferences. Did anyone have anymore luck with this or find an alternative solution? |
I have moved on a bit now, making some progress. I am logging my notes here https://gist.github.com/eddiejaoude/0076739fe610189581d0 |
Same here :( |
According to 'Extension.php' the profile should be specified as:
The profile though doesn't get applied - instead webdriver creates an anonymous profile.
The text was updated successfully, but these errors were encountered: