Skip to content
View Dragonfly5596's full-sized avatar
๐Ÿ’ญ
I may be slow to respond.
๐Ÿ’ญ
I may be slow to respond.

Block or report Dragonfly5596

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Dragonfly5596/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @Dragonfly5596
  • ๐Ÿ‘€ Iโ€™m interested in ...outdoorandindoormelodyjane. im from the 90210.
  • ๐ŸŒฑ Iโ€™m currently learning ...coding and how to lead
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...ZPN
  • ๐Ÿ“ซ How to reach me ... amandamangiliman2@gmail.com
  • ๐Ÿ˜„ Pronouns: ...LoveoutLoud
  • โšก Fun fact: ...thebibleisfabricated. fun i swear. import puppeteer from 'puppeteer';

(async () => { // Launch the browser and open a new blank page const browser = await puppeteer.launch(); const page = await browser.newPage();

// Navigate the page to a URL await page.goto('https://developer.chrome.com/');

// Set screen size await page.setViewport({width: 1080, height: 1024});

// Type into search box await page.type('.devsite-search-field', 'automate beyond recorder');

// Wait and click on first result const searchResultSelector = '.devsite-result-item-link'; await page.waitForSelector(searchResultSelector); await page.click(searchResultSelector);

// Locate the full title with a unique string const textSelector = await page.waitForSelector( 'text/Customize and automate' ); const fullTitle = await textSelector?.evaluate(el => el.textContent);

// Print the full title console.log('The title of this blog post is "%s".', fullTitle); npm i puppeteer

or using yarn

yarn add puppeteer

or using pnpm

pnpm i puppeteerconst {join} = require('path');

/**

  • @type {import("puppeteer").Configuration} */ module.exports = { // Changes the cache location for Puppeteer. cacheDirectory: join(__dirname, '.cache', 'puppeteer'), };import puppeteer from 'puppeteer'; page.click (async () => { // Launch the browser and open a new blank page const browser = await puppeteer.launch(); const page = await browser.newPage(); page.click // Navigate the p await browser.close(); })();
mangilimandragonsfly@gmail.com

AmLi-Morrid

Pinned Loading

  1. A A Public

  2. 77 77 Public

    Universe