[chromedriver] Add command for uploading a file to a remote ChromeDriver server,
which can be used when performing a file upload using sendKeys. Unfortunately, past and current versions of some WebDriver clients, including java, only upload a zip entry and not an actual zip. This can't be parsed by chromium's zip utilities or minizip. The WebDriver clients should be changed to send an actual zip file. In the meantime, we append a central directory on to the zip entry and then unzip it. BUG=chromedriver:18 TEST=none Review URL: http://codereview.chromium.org/9515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125004 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment