Open
Bug 1752284
Opened 3 years ago
Updated 2 years ago
[android] Read MarionetteActivePort file from the device's Firefox profile directory
Categories
(Testing :: geckodriver, enhancement, P3)
Testing
geckodriver
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 2 open bugs)
Details
Similar to bug 1421766 we want to read the MarionetteActivePort
file when running tests on Android. As of now we do not have support yet for pulling files from the device. That means we have to wait for bug 1725622.
Comment 1•3 years ago
|
||
We should handle both BiDi and marionette in this bug.
Depends on: 1749673
Priority: -- → P3
Summary: [android] Read Marionette port from MarionetteActivePort file within the Firefox profile directory → [android] Read Marionette and BiDi ports from relevant active port files within the Firefox profile directory
Reporter | ||
Comment 2•3 years ago
|
||
As discussed in today's meeting there is no need to read the WebDriverBiDiActivePort file from the profile given that it will be available via the webSocketUrl
capability. As such we indeed only need the MarionetteActivePort file.
Summary: [android] Read Marionette and BiDi ports from relevant active port files within the Firefox profile directory → [android] Read MarionetteActivePort file from the device's Firefox profile directory
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•