Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily fix Firefox platform problem #379

Merged
merged 3 commits into from Mar 25, 2018

Conversation

ylavoie
Copy link
Contributor

@ylavoie ylavoie commented Mar 22, 2018

This fixes issue #375 until Firefox/Selenium can negociate again

@teodesian
Copy link
Owner

The code looks like it should work, but there's issues with the unit tests. I'll look at that when I can if you don't get to it first.

@ylavoie
Copy link
Contributor Author

ylavoie commented Mar 23, 2018

They are version dependent. I don't have any problems with t/01-driver.t on Artful, Travis runs Trusty.
But on Artful, t/error.t goes wild on an empty url.

@coveralls
Copy link

coveralls commented Mar 23, 2018

Coverage Status

Coverage decreased (-0.04%) to 71.182% when pulling be07107 on ylavoie:bug_firefox_platform into 61f8e96 on teodesian:master.

'javascriptEnabled' => $self->javascript,
'version' => $self->version,
'acceptSslCerts' => $self->accept_ssl_certs,
%$extra_capabilities,
},
};
$args->{'desiredCapabilities'}{'platform'} = $self->platform
if $self->browser_name ne 'firefox' || !$self->{is_wd3};
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if we actually want to pass a platform other than 'ANY'? does that also cause the geckodriver to die?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried imposing a few, same results.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dang. Sounds like a proper bug in the driver then.

@teodesian teodesian merged commit d602a22 into teodesian:master Mar 25, 2018
@ylavoie ylavoie deleted the bug_firefox_platform branch March 25, 2018 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants