Closed
Bug 1928022
Opened 10 months ago
Closed 9 months ago
[geckodriver] Push addon file created from base64 string to android device
Categories
(Testing :: geckodriver, task, P2)
Testing
geckodriver
Tracking
(firefox134 fixed)
RESOLVED
FIXED
134 Branch
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
Details
(Whiteboard: [webdriver:m13])
Attachments
(1 file)
While working on bug 1806135, I've noticed that when sending Addon:Install with addon property containing the base64 representation, geckodriver creates a local file, which is not accessible when a browser is running on an Android device. Similar to what we do for profiles, in case of working with Android we have to push created files to the actual device.
| Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fea12ca52fd0
[geckodriver] Push addon file created from base64 string to android device. r=webdriver-reviewers,whimboo,jgraham
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•