A
A
Alexey K.2012-10-01 13:08:29
Browsers
Alexey K., 2012-10-01 13:08:29

How to change URL in browser source window using Automator?

How to change source code URL using Automator? Those. for example, I opened Firefox (or another browser) opened the source code, now I want to change the URL, but the URL is not in the browser tab, but in the source code window.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Mir, 2014-02-12
@facetheheat

tell application "Firefox"
activate
tell application "System Events"
keystroke "l" using command down
delay 0.1
keystroke " How can I change the URL in the browser source window using Automator? "
delay 0.1
keystroke return
end tell
end tell

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question