Advertisement
SebaOrrego

instagram stories xpath

Sep 6th, 2019
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // photos
  2. $x('//img[@class="y-yJ5  "]')[0].src
  3.  
  4. // photos with stickers
  5. $x('//img[@class="y-yJ5"]')[0].src
  6.  
  7. // videos
  8. $x('//source ')[0].src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement