Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

selenium-webdriver doesn't work problem #6

Description

@onesup
  Capybara.register_driver :selenium_with_firebug do |app|
    profile = Selenium::WebDriver::Firefox::Profile.new
    profile.frame_position = ENV['DRIVER'] && ENV['DRIVER'][2]
    profile.enable_firebug
    Capybara::Selenium::Driver.new(app, :browser => :firefox, marionette: true)
  end

The profile can not pass to Capybara::Selenium::Driver.new.
It was Capybara::Selenium::Driver.new(app, :browser => :firefox, :profile => profile)
but Firefox updated and Selenium updated for marionette.
So I looking for how figure it out and I change that code like that and spec test work now.
But firebug no more enable.

I'm sorry for my bad English.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions