Sha256: aa86700e14e058c204e14ae54b4fdaafe1977f5215eecdbf2a1a6d98ac5de879

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe "Session Management" do
  it "can call stop even when session was not started" do
    in_separate_driver do
      3.times { selenium_driver.close_current_browser_session }
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/integration/selenium/client/api/start_stop_spec.rb
browserstack-webdriver-0.0.22 spec/integration/selenium/client/api/start_stop_spec.rb
browserstack-webdriver-0.0.1 spec/integration/selenium/client/api/start_stop_spec.rb
bbc-selenium-webdriver-1.17.0 spec/integration/selenium/client/api/start_stop_spec.rb