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

Marionette capability should be optional #10

Closed

Commits on Dec 1, 2021

  1. Marionette capability should be optional

    The marionette capability is a Firefox-specific capability to aid in the
    transition from legacy versions of Firefox (47.0.1 and earlier).
    
    It is a `Boolean` and this value is now checked aggressively in Selenium
    4.0.0 onwards. Since `null` is not a Boolean, this leads to an error.
    
    This patch removes the default value, which means that if no value is
    specified then it will not be included in the output, and the defaults
    will apply (True for Firefox; Unset for other browsers).
    
    Without this patch you must jump through hoops to run against Selenium
    4.
    
    Fixes Behat#376
    andrewnicols committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0af0cbe View commit details
    Browse the repository at this point in the history