Fix description from pull request #55

This commit is contained in:
Marcel Bischoff 2015-10-29 16:26:34 +01:00
parent a4d42d2a84
commit e328fda2aa

View File

@ -160,7 +160,7 @@ defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
``` ```
#### Get Current Page Data #### Get Current Page Data
Use `get source` or `get text` for the html source or text content. Other options: `get source` or `get text`.
```bash ```bash
osascript -e 'tell application "Safari" to get URL of current tab of front window' osascript -e 'tell application "Safari" to get URL of current tab of front window'
``` ```