Ricky1986 Posted February 19, 2017 Posted February 19, 2017 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.
Danp2 Posted February 19, 2017 Posted February 19, 2017 Make sure that you have MozRepl installed and running. Other than that, post some code showing your latest attempt and then we can provide feedback. Latest Webdriver UDF Release Webdriver Wiki FAQs
careca Posted February 19, 2017 Posted February 19, 2017 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') Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Ricky1986 Posted February 25, 2017 Author Posted February 25, 2017 Thanks, @careca I've got it all working the only problem I have is now that I have converted it to a .exe file I get an error.
careca Posted February 25, 2017 Posted February 25, 2017 (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 February 25, 2017 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Ricky1986 Posted February 27, 2017 Author Posted February 27, 2017 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.
funkey Posted February 27, 2017 Posted February 27, 2017 Maybe your exe is on a network folder? Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
careca Posted February 27, 2017 Posted February 27, 2017 Try the #requireadmin Had problems in the past and it was because of it, long shot, but who knows. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now