Sha256: d7bcd8782643000c6fef914c82e47b50a1840152e3e0155aa4d5cee4cd48a09e

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 Bytes

Contents

module Selenium
  module WebDriver
    module Firefox

      describe Driver do
        describe ".new" do
          it "should take a Firefox::Profile instance as argument" do
            begin
              profile = Selenium::WebDriver::Firefox::Profile.new
              driver = Selenium::WebDriver.for :firefox, :profile => profile
            ensure
              driver.quit if driver
            end
          end
        end
      end

    end # Firefox
  end # WebDriver
end # Selenium

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/integration/selenium/webdriver/firefox/driver_spec.rb
browserstack-webdriver-0.0.22 spec/integration/selenium/webdriver/firefox/driver_spec.rb
browserstack-webdriver-0.0.1 spec/integration/selenium/webdriver/firefox/driver_spec.rb
bbc-selenium-webdriver-1.17.0 spec/integration/selenium/webdriver/firefox/driver_spec.rb