notsohuman

Untitled

Apr 12th, 2018
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. const e = await page.$('#searchResultsSidebar');
  2. const box = await e.boundingBox();
  3. await page.mouse.move(box.x + box.width / 2, box.y + boy.height / 2);
  4. await page.mouse.down();
  5. await page.mouse.move(100, 200); // move to (100, 200) coordinates
  6. await page.mouse.up();
Add Comment
Please, Sign In to add comment