# Take cross browser screenshots with hubot-browserstack

*2014-06-08*

> I published a Hubot script to take cross browser screenshots with BrowserStack.

I published a [Hubot] script to take cross browser screenshots with [BrowserStack].

```
me > hubot screenshot me http://www.google.com/
hubot > Started generating screenshots in http://www.browserstack.com/screenshots/d804f186e460dc4f2a30849a9686c3a8c4276c21
```

To add this script run `npm install` command in your hubot directory.

```bash
npm install --save hubot-browserstack
```

and add `hubot-browserstack` to `external-scripts.json`

```json
["hubot-browserstack"]
```

For more details, visit GitHub repo: **[ngs/hubot-browserstack]**.

[Hubot]: https://hubot.github.com/
[BrowserStack]: http://www.browserstack.com/
[ngs/hubot-browserstack]: https://github.com/ngs/hubot-browserstack


