Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkeinecke committed Aug 13, 2018
1 parent 3a7e0a2 commit 3e67686
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: URL des SeaMonkey-Browserfensters ermitteln
---

## URL des SeaMonkey-Browserfensters ermitteln

Getestet mit: Mac OS X 10.4.10 und AppleScript 1.10.7

Wenn man die URL des SeaMonkey-Browserfensters ermitteln möchte, dann kann man dies wie folgt tun:

```applescript
tell application "SeaMonkey"
set theURL to «class curl» of window 1
end tell
-- Ergebnis z.B.: "http://www.seamonkey-project.org/"
```

0 comments on commit 3e67686

Please sign in to comment.