sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

Add session_id method to driver #363

Open jnicklas opened 8 years ago

jnicklas commented 8 years ago

Currently the only way of accessing this is via driver.browser.session_id, however this will actually launch a browser if none exists. It would be nice to have a way of getting the session_id without risking launching a new browser.

jnicklas commented 8 years ago

Test failure seems unrelated?