Skip to content

Instantly share code, notes, and snippets.

@eugeniosegala
Created April 10, 2019 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugeniosegala/4d4b9fe42f32bc7c6f4602c1e0a0feab to your computer and use it in GitHub Desktop.
Save eugeniosegala/4d4b9fe42f32bc7c6f4602c1e0a0feab to your computer and use it in GitHub Desktop.
search screen puppeteer
// search and wait the product list
await page.type('#twotabsearchtextbox', 'iphone x 64gb');
await page.click('input.nav-input');
await page.waitForSelector('.s-image');
// create a screenshots
await page.screenshot({path: 'search-iphone-x.png'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment