Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

29.08.2011 03:07:43
Re: Is there a way to open a URL from the menu?

This posting is older than 6 months and can contain outdated information.
I forgot to mention one more complicating factor: the website is being viewed in full screen mode, and by going directly to a URL I do not want the URL bar to be shown.

For example, the following applescript does the job, but as a by-product the URL bar is show and does not go away again until the mouse is moved.

------------------------- 
tell application "Firefox" to activate

tell application "System Events" 
keystroke "l" using {command down} 
keystroke "My_URL" & return

end tell 
-------------------------

Basically I'm trying to create a headless web browser. 

Thread-display::