Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Puppeteer Crawler #484

Description

@dherges

https://try-puppeteer.appspot.com/

const browser = await puppeteer.launch();

const page = await browser.newPage();

await page.goto('https://seekingalpha.com/symbol/SU/dividends/history');

//await page.screenshot({path: 'example.png'});

await page.waitForSelector('table.dividend-history');

const result = await page.evaluate(() => document.querySelector('table.dividend-history').innerHTML)

console.log(result);

await browser.close();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions