-
Notifications
You must be signed in to change notification settings - Fork 402
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
added user-agent string to requests #342
Conversation
👍 |
heeeeyyy, we should implement this instead: https://groups.google.com/forum/#!topic/selenium-developers/Zj1ikTz632o |
@jlipps i disagree, we should move forward immediately with the user agent. if they ever get around to adding the cap, then that's great. these are not mutually exclusive paths. |
I'm not opposed to them both existing. But if we're using social capital to get something implemented in other projects, I'd prefer getting the more useful long-term approach (structured data in JSON) adopted. |
I think we're all in agreement that the useragent + caps is worthwhile. I've summarized the approach & status: appium/appium#4065 |
Ok will make it configurable, but enabled by default and add it. |
sounds good |
added user-agent string to requests
@bootstraponline and I decided to just quickly implement adding user-agent strings to selenium/appium clients for easy identification and bug reporting.
The current format:
author/libraryName/version
In the future maybe we can add OperatingSystem as well, but we're going for the MVP right now.
see: appium/ruby_lib@af6d44c