DownloadStep

@available(iOS 14.5, macOS 11.3, *)
public class DownloadStep : NSObject, Step
extension DownloadStep: WKDownloadDelegate

Step that downloads a file from a given URL and returns the contents

The StepFlowResult returned by the handler can be used to drive control flow of the steps.

DownloadStep