Stratos

Results 2 issues of Stratos

```const assert = require('assert'); var nightwatchcss = require('nightwatchcss'); module.exports = { before: function (browser) { }, after: function (browser) { console.log('Wrapping up...'); browser.end(); }, "Init nightwatchcss": function (browser) { nightwatchcss.init(browser,...

**Version**: 1.8.1-beta-f7377d6 **Server**: Windows 10 64 bit **Client**: OSX 10.11 64 bit Although mouse and keyboard sharing works, I am unable to drag and drop files between the systems, drag...

bug