[Webkit-unassigned] [Bug 109308] New: Web Inspector: Add command for selecting files for file input element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 09:26:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109308

           Summary: Web Inspector: Add command for selecting files for
                    file input element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kkania at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


We'd like to support choosing files for a file input element for automation. Proposal:

DOM.setFileInputFiles
nodeId: <NodeId>
files: Array<string>

For the chromium port, we'd have to allow the renderer to access these files in the browser process.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list