- Notifications
You must be signed in to change notification settings - Fork1.4k
Update transport.js#2882
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update transport.js#2882
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Appium can get upset if you supply both a browserName and an appPackage as desiredCapabilities at the same time.A brief reading of an Appium issue report from a few years ago suggests it _shouldn't_ complain, but this will fix the current behaviour to allow users to set a null browser
CLAassistant commentedAug 27, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks for submitting this. Does this cover it? |
Yeah, turned out a lot simpler than I thought 😄 So, now, if you pass through I had a brief look at the v2 branch and Ithink that'll have a similar problem, but that area's changed quite a bit so I haven't attempted a fix on that branch |
@beatfactor do you need anything else from me on this one? It seems to just be waiting for another reviewer |
A small test will be needed. I'll merge it in soon. |
Appium can get upset if you supply both a browserName and an appPackage as desiredCapabilities at the same time.
A brief reading of an Appium issue report from a few years ago suggests itshouldn't complain, but this will fix the current behaviour to allow users to set a null browser
Thanks in advance for your contribution. Please follow the below steps in submitting a pull request, as it will help us with reviewing it quicker.
Should resolve an issue raised in discussion#2881