#Here we want to turn TripMode on and activate the "Streaming" profile tell application "TripMode" set filter status to enabled #makes sure TripMode filtering is turned on set profileType to "manu" #sets the TripMode profile behavior to manual, which allows us to select our profile set profile to "Streaming" #Sets the active profile to "Streaming". This assumes that a manual profile named "Streaming" already exists within TripMode set currentProfileBehavior to (get profileType) #stores debug variables set currentProfile to (get profile) end tell display dialog "TripMode current active profile: " & currentProfile buttons {"OK"}