-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
adb error: couldn't create file: Permission denied #53
Comments
As you can see there the error os coming from geckodriver itself. You could assign the |
also I can observe this error in the linked issue report:
have you tried to run it manually from the terminal? what was the output? |
So, if I run |
I don't know. I assume there might be some bug in the geckodriver itself, so it verifies folder existence first or runs You could probably also play with appium:androidStorage capability value |
Original report - mozilla/geckodriver#2092; please check comments there for additional logs
System
Testcase
I'm simply traying to launch Firefox on an android device (Pixel 5, Android 11 emulator with Android studio) using the capabilities suggested in this documentation but the session hangs and finally exists with error
adb error: couldn't create file: Permission denied
. I'm not sure if there is some issue at my side (capabilities are visible in the stacktrace) or if this is a geckodriver issue.Stacktrace
The text was updated successfully, but these errors were encountered: