Closed
Bug 1587364
Opened 5 years ago
Closed 5 years ago
Because `getWebDriverBrowserName()` is never called `firefox` is not always returned for `browserName` on Android
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
On bug 1525126 we got Android support added for geckodriver, and by doing that we had to update Marionette server to always return firefox
as the browserName
capability. As such I added the getWebDriverBrowserName()
helper function:
As just noticed by Andreas we never call this method. As result we will not return firefox
for GeckoView based browsers.
To fix that we have to call the above method here:
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe68bea737c7
[marionette] Use `getWebDriverBrowserName()` to determine the `browserName` capability. r=webdriver-reviewers,ato
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•