This file contains hidden or 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
-- This script scrapes all the business degrees from a specific Coursera web page | |
use AppleScript version "2.4" -- Yosemite (10.10) or later | |
use scripting additions | |
tell application "Safari" | |
activate | |
tell document 1 | |
set URL to "https://www.coursera.org/degrees/business#mastersdegreelist" | |
delay 5 |