-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Appium 1.5 support #302
Comments
If you update the |
Related client and server bugs will be mentioned here |
It is finished. |
Hello, It seems the AndroidMobileCapabilityType.OPTIONAL_INTENT_ARGUMENTS isn't working anymore. Previously (client 3.3/server 1.4.16) when it worked -sending an extra arg- :
Could it be a quote issue? We lost the adb command line information du to these list args. Also, why does keystorePassword require a boolean?
|
Appium version : 1.5.0 @TikhomirovSergey org.openqa.selenium.WebDriverException: Method has not yet been implemented (WARNING: The server did not provide any stacktrace information) |
@romainlouvet Can you please reopen this issue? Its a valid bug. @TikhomirovSergey FYI - https://gist.github.com/SrinivasanTarget/f724dd986701f029bdf4 @imurchie Could be a possible bug in server side? |
@SrinivasanTarget I can't reopen :/ |
OK will raise a new one @romainlouvet |
Yes, the |
@Fanch- can you post the command used to use |
With the java-client : Previously it was :
We have two apps : in the first one which is a sort of launcher-switcher-, we can send an extra argument to launch the second one on the right environment. I can see with 3.4.0/1.5.0 it doesn't launch the SplashScreenActivity, so there is a problem with the adb command generated. |
Ugh. Ok. I will try to come up with a general solution for this. |
I have added some precisions to my previous post :) |
I don't know what that means. |
|
And your commit appium/appium-adb@176a3f9 fixed the issue with optionalIntentArguments, thx. |
Appium version : 1.5.0-beta11
Java-client version : 3.3.0
When i try to execute command : driver.removeApp("fr.****");
-> Exception
Parameters were incorrect. We wanted {"required":[["appId"],["bundleId"]]} and you sent ["bundleId"]
The text was updated successfully, but these errors were encountered: