Jump to content

Recommended Posts

Posted

I have been trying to enter a URL into Firefox 3.57

What I have tried is:

#include <ff.au3>
WinWait("Welcome to Firefox - Mozilla Firefox","")
If Not WinActive("Welcome to Firefox - Mozilla Firefox","") Then WinActivate("Welcome to Firefox - Mozilla Firefox","")
WinWaitActive("Welcome to Firefox - Mozilla Firefox","")
_FFWindowSelect("Welcome to Firefox - Mozilla Firefox")
; With one of the folloing commands at a time.
_FFWindowOpen("my.myway.com/")
_FFCmd('location.href="my.myway.com/"')
_FFOpenURL("my.myway.com/")

I can't seem to get anything to work.

Thank you,

Docfxit

Posted

You do have the Firefox Mozrepl plugin installed and activated?

Thank you for the reply...

I didn't know it required a plugin. I guess I can't use any of the _FF commands.

I'm trying to get a FireFox setup script working with the latest version of FireFox.

Because it's a setup script I can't have the plugin loaded before FireFox is installed.

I had it working with earlier versions.

I can't find a keyboard shortcut to enter the URL.

Thanks,

Docfxit

Posted (edited)

ALT+S?

Thank you for the reply...

Alt + S brings up the history pull down.

I'd like to put the cursor into the URL field.

I just found the answer. It's <ctrl> + L

Thanks,

Docfxit

Edited by docfxit

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...