[wdspec] Recommended preferences for Remote Agent are no longer set for WebDriver classic and BiDi tests
Categories
(Remote Protocol :: WebDriver BiDi, defect, P2)
Tracking
(firefox123 fixed)
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m10])
Attachments
(1 file)
As I've noticed while working on bug 1857961 all the recommended preferences for the Remote Agent are no longer set for wdspec tests. That means that there are a couple of preferences, which never get set and can cause more or less test failures. The following preferences are affected:
browser.contentblocking.features.standard
browser.contentblocking.introCount
browser.search.update
browser.tabs.closeWindowWithLastTab
browser.tabs.warnOnClose
browser.tabs.warnOnCloseOtherTabs
browser.tabs.warnOnOpen
browser.usedOnWindows10.introURL
browser.zoom.siteSpecific
datareporting.policy.dataSubmissionPolicyAccepted
dom.navigation.locationChangeRateLimit.count
dom.screenorientation.allow-lock
network.connectivity-service.enabled
network.cookie.cookieBehavior
privacy.trackingprotection.enabled
security.fileuri.strict_origin_policy
signon.autofillForms
widget.windows.window_occlusion_tracking.enabled
Whether we can add remote.prefs.recommended=true
to the general user.js
file for wpt tests or we have to create an additional file specifically for wdspec. Personally I would prefer to have the latter solution.
James, I assume that this is a regression from moving the profile generation from geckodriver to wptrunner from quite some time ago. Interesting that we never noticed this problem.
Assignee | ||
Comment 1•1 year ago
|
||
Probably we need a different user.js
file given that normal wpt tests will run based on Marionette and hereby we have different expectations.
Comment 2•1 year ago
|
||
If it's just a single pref we can also set it directly in wptrunner, which is easier, but perhaps less obvious to future readers.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Assignee | ||
Updated•1 year ago
|
Description
•