- Adding main job url getter to sauce client
- Add 'selectAndWait' command
- Do not ignore timeouts.
- Fixed chaining to let users send further commands during chain end
- Added support job URL generation
- Added support for the
store
accessor - Fixed case with very long url by utilizing a urlencoded POST request [tszming]
- Added
captureNetworkTraffic
- Use ondemand.saucelabs.com:80 by default [epall]
- Added
captureScreenshotToString
to command list
- Added
.and()
(see docs) - Added several commands [dshaw]
- Fixed
selectStoreOptions
typo [dshaw]
- Added
Client#and()
to provide an arbitrary callback [suggested by dshaw / scoates]
- Added saucelabs environment variables [Adam Christian]
- Added Adam Christian to the authors list
- Initial release