Skip to content

Add support for Firefox capabilities like for Chrome #321

@mvorisek

Description

@mvorisek

see

$chromeOptions = (isset($desiredCapabilities['goog:chromeOptions']) && is_array($desiredCapabilities['goog:chromeOptions']))? $desiredCapabilities['goog:chromeOptions']:array();

currently goog:chromeOptions are supported for chrome, but similar moz:firefoxOptions options for Firefox are not supported yet

ref: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions

This is a feature request to provide exactly the same support for Firefox

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions