upload_file
Uploads a local file into a file input in a running Shiny app, then waits for the app to settle. For testing file upload workflows.
Instructions
Upload the local file at path into the file input id, then wait for the app to settle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| path | Yes | ||
| app_id | Yes | ||
| timeout_s | No |