Skip to content

Commit

Permalink
fix: update robotqa session path for Appium 2 (appium#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmezburak authored and shiva-guntoju committed Feb 2, 2024
1 parent b47eeb0 commit f7e3eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/actions/Session.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export function newSession (caps, attachSessId = null) {
break;
} case ServerTypes.roboticmobi: {
host = 'remote.robotqa.com';
path = '/wd/hub';
path = '/';
port = 443;
https = session.server.roboticmobi.ssl = true;
if (caps) {
Expand Down

0 comments on commit f7e3eb1

Please sign in to comment.