Skip to content

Instantly share code, notes, and snippets.

@gilsondev
Created September 3, 2022 19:26
Show Gist options
  • Save gilsondev/e99cd9e032a3d96444afdb201ef4178a to your computer and use it in GitHub Desktop.
Save gilsondev/e99cd9e032a3d96444afdb201ef4178a to your computer and use it in GitHub Desktop.
Extract Course Names from Udemy Course using DevTools
$x('/html/body/div[1]/div[2]/div/div/div[1]/div[6]/div/div[2]/div/div[2]/div/div/h3/button/span/span[1]/text()').forEach(item => console.log(item.data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment