diff --git a/README.md b/README.md index cfed98a83..ba47f90c0 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ These are the options for launching a session against a non-local Appium server: | Pcloudy | Launch a session on the [Pcloudy](https://www.pcloudy.com) cloud. [Documentation](https://www.pcloudy.com/mobile-application-testing-documentation) | | TestingBot | Launch a session on the [TestingBot](https://testingbot.com) cloud. [Documentation](https://testingbot.com/support) | | Experitest | Launch a session on the [Experitest](http://www.experitest.com) cloud. [Documentation](https://docs.experitest.com/display/TE/Appium) | +| Robotic.mobi | Launch a session on the [Robotic.mobi](http://www.robotic.mobi) cloud. [Documentation](https://robotic.mobi/appium-remote) | It should be straightforward to get set up with any of these options. Simply enter your details in the input fields provided. diff --git a/app/renderer/actions/Session.js b/app/renderer/actions/Session.js index 8fc5dc255..532340c08 100644 --- a/app/renderer/actions/Session.js +++ b/app/renderer/actions/Session.js @@ -290,7 +290,7 @@ export function getServerInfo (session) { host = 'api.robotic.mobi'; path = '/wd/hub'; port = 443; - https = 'https:'; + https = session.server.roboticmobi.ssl = true; break; } default: diff --git a/docs/images/screen-new-session-cloud-providers.png b/docs/images/screen-new-session-cloud-providers.png index 9ccb742ac..d6de30296 100644 Binary files a/docs/images/screen-new-session-cloud-providers.png and b/docs/images/screen-new-session-cloud-providers.png differ