Get Downloaded File Path
Command description
Get the local file path for the specified download task.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Browser Type | enum | Google Chrome, Edge, QQ Browser, BitBrowser, AdsPower |
| envId | str | This parameter is only required when the browser type is BitBrowser or AdsPower, and is used to monitor the specified fingerprint browser window. |
| Download Task ID | int or str | ID of the download task whose local file path will be returned |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|---|---|
| File Path | str | The full path saved to the local machine, such as C:\xxx |
tip
- Runavelo browser extension 2.0.0 or later
- Download and import get-download-file-path.qya (right-click and select Save link as) to view the sample workflow.