1.0.4 • Published 1 year ago

@thing-king/browser-client v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

@thing-king/browser-client

Client used to interact with the @thing-king browser service via @thing-king/metaform WebSocketTransport

Installation

npm install @thing-king/browser-client

Usage Example

import bClient from "@thing-king/browser-client";

(async () => {
    const client = bClient(
        // access_token
        "xiIeU8FSqs-BmFQ33J0tA-Xx8vvx0YJ4-4ReVVMEEfS-M015GQZU"
    );
    await client.start();

    const page = await client.newPage();
    await page.goto("https://example.com");
})();
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago