Protocols

The following protocols are available globally.

  • Represents a step which is performed as part of the scraping pipeline flow. The StepRunner will execute each step by calling the run() method, and using the result of the callback to determine what to do next.

    See more

    Declaration

    Swift

    public protocol Step