@book000/twitterts
    Preparing search index...

    Interface PuppeteerProxyOptions

    Puppeteer プロキシオプション

    interface PuppeteerProxyOptions {
        password?: string;
        server: string;
        username?: string;
    }
    Index

    Properties

    password?: string

    プロキシサーバーのパスワード

    server: string

    プロキシサーバー URL

    username?: string

    プロキシサーバーのユーザー名