Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The driver does not support a remote server other than sauce lab #84

Closed
majun8cn opened this issue Sep 6, 2013 · 1 comment
Closed

Comments

@majun8cn
Copy link

majun8cn commented Sep 6, 2013

As per the code, if not using sauce lab, the lib can only connect to an Appium instance on the local machine.

I suggest to add an IP option in the input option list and use it in this method.

May I submit a bug fix?

def server_url
if !@sauce_username.nil? && !@sauce_access_key.nil?
"http://#{@sauce_username}:#{@sauce_access_key}@ondemand.saucelabs.com:80/wd/hub"
else
"http://127.0.0.1:#{@port}/wd/hub"
end
end

@bootstraponline
Copy link
Member

I'll fix this today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants