Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HttpClient

    HTTP client utilities available in Node context.

    interface HttpClient {
        got: any;
    }
    Index

    Properties

    Properties

    got: any

    Exposes the got HTTP client for making network requests.