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

add userAgent reporting #3622

Merged
merged 1 commit into from
Oct 8, 2014
Merged

add userAgent reporting #3622

merged 1 commit into from
Oct 8, 2014

Conversation

Jonahss
Copy link
Member

@Jonahss Jonahss commented Sep 12, 2014

@bootstraponline and I went ahead and added the mvp of client reporting: adding info to the useragent on JSONWP requests.

just author/libraryName/version

Now appium reports the useragent string on session requests, so we can better debug from user-supplied logs.

see:
admc/wd#342
appium/ruby_lib@af6d44c

@Jonahss
Copy link
Member Author

Jonahss commented Sep 12, 2014

screen shot 2014-09-11 at 5 21 05 pm

@bootstraponline
Copy link
Member

👍

@bootstraponline
Copy link
Member

It might be good to log the server os.platform() as well.

// 'darwin 13.3.0 x64'
[os.platform(), os.release(), os.arch()].join(' ');

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

Successfully merging this pull request may close these issues.

3 participants