Skip to content

Support for Firefox WebExtensions #1181

Closed
@zalmoxisus

Description

@zalmoxisus

Mozilla introduced new WebExtensions API, which works already in Firefox Nightly. The old CPOWs extensions will be deprecated.

Trying to load an extension to Firefox Nightly, Seenium tries to find install.rdf, which doesn't exist anymore.

    var firefox = require('selenium-webdriver/firefox');
    var binary = new firefox.Binary('/Applications/FirefoxNightly.app/Contents/MacOS/firefox');
    var profile = new firefox.Profile();
    profile.addExtension('./build/firefox');
    var options = new firefox.Options()
      .setProfile(profile)
      .setBinary(binary);
    this.driver = new firefox.Driver(options);

Any plans to support the new extension format for firefox?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-nodejsJavaScript Bindings

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions