diff --git a/drivers/selenium2.rst b/drivers/selenium2.rst index b1c5d08..e158c9e 100644 --- a/drivers/selenium2.rst +++ b/drivers/selenium2.rst @@ -47,3 +47,14 @@ That's it, now you can use Selenium2Driver: .. _Phantom.js implementation: http://phantomjs.org/ .. _project website: http://seleniumhq.org/download/ .. _Selenium2 (webdriver): http://seleniumhq.org/ + +Integration with BrowserStack +----------------------------- + +When you want to perform web testing on multiple browsers and operating systems, it can be quite complicated to maintain machines for each of the target environments. BrowserStack provides "remote web browsers as a service", +making it easy to do this sort of matrix testing without having to maintain the multiple browser installations yourself. + +Check out `BrowserStack's documentation`_ for a list of all capabilites. + +.. _BrowserStack's documentation: https://www.browserstack.com/automate/capabilities +