Bug 303204
| Summary: | [WebDriver][BiDi] Implement the browser.setDownloadBehavior command | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, hskupin, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 281941 | ||
Lauro Moura
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165851351>