-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #2092
Comments
Could you please attach the adb logcat which was created while running the above snippet? It would be needed given that we don't seem to be able to include error details. Thanks. |
@whimboo this is the output from
|
This is only an excerpt given that it misses all the geckodriver log output. Can you repeat again but start geckodriver with the |
@whimboo These are the captured logs when running geckodriver with log level trace: |
Hm, this log is really strange. The last successful command that I can see is that geckodriver tries to set the permissions for the Firefox profile to
Could you please also attach the corresponding adb logcat with not removing too much content? Thanks. |
Sorry @whimboo but I'm not seeing any geckodriver logs in the adb logcat output generated when I'm running my script: |
Sorry for dropping the ball on this issue. Is that still a problem with the recent versions of Firefox and geckodriver? |
This comment was marked as off-topic.
This comment was marked as off-topic.
@ethanyou725 your issue is a bit different. Maybe you can just comment on issue #1885 (no trace log needed) and mention which kind of phone and Android version you are running? Thanks. |
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: