puppeteer-extends
    Preparing search index...

    Interface PluginContext

    Context provided to plugin hooks with relevant objects

    interface PluginContext {
        browser?: Browser;
        options?: Record<string, any>;
        page?: Page;
    }
    Index

    Properties

    browser?: Browser
    options?: Record<string, any>
    page?: Page