Jump to content

How to enter URL into Firefox


Docfxit
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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