Skip to main content
A union type representing supported file types for upload operations in web automation. This type alias standardizes the file types that can be uploaded to S3 storage, providing flexibility for different upload scenarios from browser downloads to raw binary data. Type variants:
  • Download: Playwright Download object from browser download operations
  • bytes: Raw binary file content

Examples