Jump to content

Recommended Posts

Posted

Hello,

I am trying to create an auto login for firefox, for my WordPress website and 1&1 email login I have downloaded the FF.au3 file and that is working and only threads I can see on here uses the FF AutoLoging au3 but all the links are dead and just wanted to know if it has been renamed?

Or if anyone has any examples or links needs to be firefox as I can't stand IE for Website development.

Posted

Yep, MozRepl active and then you can try something like:

#include <FF.au3>

ShellExecute('https://www.cgd.pt/Pages/Default.aspx')
WinWaitActive('Mozilla Firefox')
_FFLoadWait(0, False)
_FFConnect ()
_FFSetValue('1234', 'USERNAME', 'name')
_FFClick('login_btn_1', 'id')

 

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted (edited)

Well, i posted a example, for you to modify to your needs.

Great description of the error btw.

EDIT: So you mean that compiled gives an error, but running as script in scite doesn't?

Edited by careca
  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Posted

Yeah probably not the best description lol, thought their might have been a known error when using FF.au3 to .exe

yes, when I run the script in scite it works flawless but once converted to .exe I get error see pics.

2017-02-27 09_20_40-Make My Ideas ‹ Log In.jpg

2017-02-27 09_21_05-Make My Ideas ‹ Log In.jpg

Posted

Maybe your exe is on a network folder?

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Posted

Try the #requireadmin

Had problems in the past and it was because of it, long shot, but who knows.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

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...