Sha256: ec1e18fc783ad487d84502af8e2a6b76760c4877c0be6146819318984aa375a2

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

module Selenium
  module WebDriver
    module Remote

      describe Driver do
        it "should expose session_id" do
          driver.session_id.should be_kind_of(String)
        end

        it "should expose remote status" do
          driver.should be_kind_of(DriverExtensions::HasRemoteStatus)
          driver.remote_status.should be_kind_of(Hash)
        end
      end

    end # Remote
  end # WebDriver
end # Selenium

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/integration/selenium/webdriver/remote/driver_spec.rb
browserstack-webdriver-0.0.22 spec/integration/selenium/webdriver/remote/driver_spec.rb
browserstack-webdriver-0.0.1 spec/integration/selenium/webdriver/remote/driver_spec.rb