fix: support multi-file uploads in upload_file#1259
fix: support multi-file uploads in upload_file#1259zerone0x wants to merge 2 commits intoChromeDevTools:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Lightning00Blade
left a comment
There was a problem hiding this comment.
Please revert any changes unrelated to the description of the PR (like protocolTimeout).
| 'The uid of the file input element or an element that will open file chooser on the page from the page content snapshot', | ||
| ), | ||
| filePath: zod.string().describe('The local path of the file to upload'), | ||
| filePath: zod |
There was a problem hiding this comment.
I think we should try to leave it single argument and have it separated by some separator like other commands.
There was a problem hiding this comment.
yes, let's support comma separated values in filePath to be compatible with the CLI.
Summary
Testing
Fixes #1217