Created
September 3, 2022 19:26
-
-
Save gilsondev/e99cd9e032a3d96444afdb201ef4178a to your computer and use it in GitHub Desktop.
Extract Course Names from Udemy Course using DevTools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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