Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Fails to set profile in newer Firefox/Geckodriver versions #12

Closed
dombre opened this issue Oct 25, 2017 · 2 comments
Closed

Fails to set profile in newer Firefox/Geckodriver versions #12

dombre opened this issue Oct 25, 2017 · 2 comments

Comments

@dombre
Copy link
Contributor

dombre commented Oct 25, 2017

The profile defined in wdio.conf is not set in newer versions of firefox and geckodriver

Firefox: 56.0
geckodriver: 0.19.0
selenium-server-standalone: 3.6.0

According to saadtazi/firefox-profile-js#95 the browser capabilities changed and the profile should be set like so:

cap['moz:firefoxOptions'] = {
	profile: zippedProfile
};

Instead of the old definition

cap.firefox_profile = zippedProfile;
@kkgomez2
Copy link

I'm seeing this too, tried installing this add-on because I need to set configure some profile settings, it wasn't taking the profile I set in my wdio.conf.js file.

Firefox: 56.0.2
Geckodriver: 0.19.1
with selenium-standalone using 3.6.0 version of selenium.

Rolling back to 3.4.0 seemed to work though. I would like to see this work with the latest version of selenium though.

@christian-bromann
Copy link
Contributor

Fixed in #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants