Guest User

Untitled

a guest
Aug 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const SELECTOR = 'abbr:last-child';
  2. const result = await page.evaluate((selector) => {
  3. return document.querySelector(selector);
  4. }, SELECTOR);
  5.  
  6. console.log(result);
  7. console.log(typeof(res));
  8. console.log(result.getAttribute('data-utime'));
Add Comment
Please, Sign In to add comment