NEW303204
[WebDriver][BiDi] Implement the browser.setDownloadBehavior command
https://bugs.webkit.org/show_bug.cgi?id=303204
Summary [WebDriver][BiDi] Implement the browser.setDownloadBehavior command
Lauro Moura
Reported 2025-11-27 10:33:11 PST
Spec: https://w3c.github.io/webdriver-bidi/#command-browser-setDownloadBehavior WPT: https://wpt.fyi/results/webdriver/tests/bidi/browser/set_download_behavior?label=master&product=chrome%5Bexperimental%5D&product=firefox%5Bexperimental%5D&product=safari%5Bexperimental%5D&product=wpewebkit&aligned > A download behavior struct is a struct with: > * item named allowed which is a boolean; > * item named destinationFolder which is a string or null. > A remote end has a download behavior which is a struct with an item named default download behavior, which is a download behavior struct or null, and an item named user context download behavior, which is a weak map between user contexts and download behavior struct.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-12-04 10:34:10 PST
Note You need to log in before you can comment on or make changes to this bug.